Skip to content

Commit d5aefae

Browse files
committed
minor: change Range docs
1 parent e9abf0c commit d5aefae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/js/utils/cursor/range.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ import { DIRECTION } from '../key';
44
/**
55
* A logical range of a {@link Post}.
66
* Usually an instance of Range will be read from the {@link Editor#range} property,
7-
* but it may be useful to instantiate a range directly in cases
8-
* when programmatically modifying a Post.
7+
* but it may be useful to instantiate a range directly when programmatically modifying a Post.
98
*/
109
class Range {
1110
/**

0 commit comments

Comments
 (0)