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

Commit

Permalink
Update checkSelectionOnNonLimitElements() description.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Dec 20, 2018
1 parent da417e0 commit 3398e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/utils/selection-post-fixer.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ function findOutermostLimitAncestor( startingNode, schema ) {
return isLimitNode;
}

// Checks whether one of range ends is placed around non-limit elements.
// Checks whether any of range boundaries is placed around non-limit elements.
//
// @param {module:engine/model/position~Position} start
// @param {module:engine/model/position~Position} end
Expand Down

0 comments on commit 3398e5d

Please sign in to comment.