Remove incorrect docs for ::toggleLineCommentsForBufferRows

This commit is contained in:
Max Brunsfeld
2014-12-30 12:35:52 -08:00
parent b4756aa9b7
commit 825c4f6098
3 changed files with 1 additions and 6 deletions

View File

@@ -998,8 +998,6 @@ class TextEditor extends Model
# Extended: Toggle line comments for rows intersecting selections.
#
# If the current grammar doesn't support comments, does nothing.
#
# Returns an {Array} of the commented {Range}s.
toggleLineCommentsInSelection: ->
@mutateSelectedText (selection) -> selection.toggleLineComments()