From 3398e5d19a2211d1ddddf3fa2e33b7c8176bb243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Go=C5=82aszewski?= Date: Thu, 20 Dec 2018 10:19:26 +0100 Subject: [PATCH] Update checkSelectionOnNonLimitElements() description. --- src/model/utils/selection-post-fixer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model/utils/selection-post-fixer.js b/src/model/utils/selection-post-fixer.js index f7f54f808..73eca8e49 100644 --- a/src/model/utils/selection-post-fixer.js +++ b/src/model/utils/selection-post-fixer.js @@ -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