Skip to content

Commit

Permalink
💄 spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Sobo committed Feb 2, 2014
1 parent 7061ea5 commit f958322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/row-map.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class RowMap
getRegions: ->
@regions.slice()

# Public: Returns and end-row-exclusive range of screen rows corresponding to
# Public: Returns an end-row-exclusive range of screen rows corresponding to
# the given buffer row. If the buffer row is soft-wrapped, the range may span
# multiple screen rows. Otherwise it will span a single screen row.
screenRowRangeForBufferRow: (targetBufferRow) ->
Expand All @@ -35,7 +35,7 @@ class RowMap
screenRows += targetBufferRow - bufferRows
[screenRows, screenRows + 1]

# Public: Returns and end-row-exclusive range of buffer rows corresponding to
# Public: Returns an end-row-exclusive range of buffer rows corresponding to
# the given screen row. If the screen row is the first line of a folded range
# of buffer rows, the range may span multiple buffer rows. Otherwise it will
# span a single buffer row.
Expand Down

0 comments on commit f958322

Please sign in to comment.