Skip to content

Commit

Permalink
Wrapped long comment line
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrosinger committed Nov 4, 2020
1 parent 245a439 commit 26632c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/focus.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**
* A `Focus` object represents which cell is focused in the table.
*
* Note that `row` and `column` properties specifiy a cell's position in the table, not the cursor's
* position in the text editor as {@link Point} class.
* Note that `row` and `column` properties specifiy a cell's position in the
* table, not the cursor's position in the text editor as {@link Point} class.
*
* @private
*/
Expand Down

0 comments on commit 26632c2

Please sign in to comment.