From 41c88787695e9ce8ee6c4f56cdc53ef879fe8c8a Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 11 Jul 2014 13:30:30 -0700 Subject: [PATCH] :memo: Add missing : --- src/decoration.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/decoration.coffee b/src/decoration.coffee index 36a9de632..7ac64d4e6 100644 --- a/src/decoration.coffee +++ b/src/decoration.coffee @@ -55,7 +55,7 @@ class Decoration # Public: Destroy this marker. # - # If you own the marker, you should use {Marker:destroy} which will destroy + # If you own the marker, you should use {Marker::destroy} which will destroy # this decoration. destroy: -> return if @isDestroyed