Skip to content

Commit

Permalink
minor: change Range docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Apr 12, 2016
1 parent e9abf0c commit d5aefae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/js/utils/cursor/range.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import { DIRECTION } from '../key';
/**
* A logical range of a {@link Post}.
* Usually an instance of Range will be read from the {@link Editor#range} property,
* but it may be useful to instantiate a range directly in cases
* when programmatically modifying a Post.
* but it may be useful to instantiate a range directly when programmatically modifying a Post.
*/
class Range {
/**
Expand Down

0 comments on commit d5aefae

Please sign in to comment.