mirror of
https://github.com/atom/atom.git
synced 2026-02-12 23:55:10 -05:00
update typo in comment
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user