Parcourir la source

Docs (engine): Remove duplicated sentence. [skip ci]

Maciej Gołaszewski il y a 5 ans
Parent
commit
2ee82a21df
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/ckeditor5-engine/src/view/downcastwriter.js

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

@@ -1908,7 +1908,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.