From 099f632a6c72ff5bcc3c8a63d8d0042372bea6fc Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 4 Feb 2014 11:28:34 -0800 Subject: [PATCH] :memo: Remove warning on missing reference --- src/editor.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor.coffee b/src/editor.coffee index 3e0ea7023..938188de3 100644 --- a/src/editor.coffee +++ b/src/editor.coffee @@ -519,7 +519,7 @@ class Editor extends Model # # If the language doesn't have comments, nothing happens. # - # Returns an {Array} of the commented {Ranges}. + # Returns an {Array} of the commented {Range}s. toggleLineCommentsInSelection: -> @mutateSelectedText (selection) -> selection.toggleLineComments()