Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: Minor.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Sep 20, 2018
1 parent bcdaaa9 commit 6e4d3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/selection.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default class Selection {
* const position = new Position( root, path );
* const selection = new Selection( position );
*
* // Creates selection at the start position of the given element.
* // Creates selection at the given offset in the given element.
* const paragraph = writer.createElement( 'paragraph' );
* const selection = new Selection( paragraph, offset );
*
Expand Down

0 comments on commit 6e4d3f8

Please sign in to comment.