update typo in comment

This commit is contained in:
Luke Pommersheim
2015-08-23 17:50:23 +02:00
parent 0de26c306a
commit 5b698cfa2b

View File

@@ -912,7 +912,7 @@ class TextEditor extends Model
else
linesRange = new Range(linesRangeStart, [selection.end.row + 1, 0])
# If selected line range is preceded by a fold, one line above on screen
# If selected line range is followed by a fold, one line below on screen
# could be multiple lines in the buffer.
followingScreenRow = @screenRowForBufferRow(linesRange.end.row) + 1
followingBufferRow = @bufferRowForScreenRow(followingScreenRow)