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()