Skip to content

Commit

Permalink
docs: Fix typo in documentation (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoranBrondsema authored and bantic committed May 25, 2017
1 parent 88c5bda commit f128d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/utils/cursor/position.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Position = class Position {
}

/**
* @return {Boolean} If this position is at the head of its section
* @return {Boolean} If this position is at the tail of its section
*/
isTail() {
return this.isEqual(this.section.tailPosition());
Expand Down

0 comments on commit f128d5e

Please sign in to comment.