Correct typo in return comment

This commit is contained in:
Kevin Sawicki 2013-06-07 09:31:04 -07:00
parent c7c9a2496a
commit 3029137cb8

View File

@ -286,7 +286,7 @@ class EditSession
# Test if an entire row is a comment
#
# Returns a {Boole}.
# Returns a {Boolean}.
isBufferRowCommented: (bufferRow) ->
if match = @lineForBufferRow(bufferRow).match(/\S/)
scopes = @tokenForBufferPosition([bufferRow, match.index]).scopes