Procházet zdrojové kódy

Docs: Fixed incorrect @private use.

Piotrek Koszuliński před 8 roky
rodič
revize
0dd9a9e305

+ 1 - 1
packages/ckeditor5-engine/src/model/utils/insertcontent.js

@@ -165,9 +165,9 @@ class Insertion {
 	}
 
 	/**
-	 * @private
 	 * Handles insertion of a single node.
 	 *
+	 * @private
 	 * @param {module:engine/model/node~Node} node
 	 * @param {Object} context
 	 * @param {Boolean} context.isFirst Whether the given node is the first one in the content to be inserted.