8
0
CKEditor Bot 5 лет назад
Родитель
Сommit
829b200ed0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-engine/src/view/downcastwriter.js

+ 1 - 1
packages/ckeditor5-engine/src/view/downcastwriter.js

@@ -1904,7 +1904,7 @@ function mergeTextNodes( t1, t2 ) {
 	return new Position( t1, nodeBeforeLength );
 }
 
-// Checks if provided nodes are valid to insert. Checks if each node is an instance of a valid node.
+// Checks if provided nodes are valid to insert.
 //
 // Throws {@link module:utils/ckeditorerror~CKEditorError CKEditorError} `view-writer-insert-invalid-node` when nodes to insert
 // contains instances that are not supported ones (see error description for valid ones.