📝 Update comment to match behavior

This commit is contained in:
Kevin Sawicki
2014-04-29 16:55:12 -07:00
parent 33c02ef3e1
commit 4f655d7de5

View File

@@ -138,8 +138,8 @@ class Cursor extends Model
# Public: Identifies if the cursor is surrounded by whitespace.
#
# "Surrounded" here means that all characters before and after the cursor is
# whitespace.
# "Surrounded" here means that the character directly before and after the
# cursor are both whitespace.
#
# Returns a {Boolean}.
isSurroundedByWhitespace: ->