Przeglądaj źródła

Update src/mentionediting.js

Co-Authored-By: jodator <jodator@gmail.com>
Szymon Cofalik 6 lat temu
rodzic
commit
0b906eb3f3

+ 1 - 1
packages/ckeditor5-mention/src/mentionediting.js

@@ -236,7 +236,7 @@ function checkMentionAttributeOnNode( node ) {
 	return text == expectedText;
 	return text == expectedText;
 }
 }
 
 
-// Yields all text nodes with broken mentions from a range - even if mention is outside range boundary.
+// Yields all text nodes with broken mentions from a range - even if mention sticks out of the range boundary.
 //
 //
 // @param {module:engine/range~Range} range
 // @param {module:engine/range~Range} range
 function* getBrokenMentionsFromRange( range ) {
 function* getBrokenMentionsFromRange( range ) {