8
0
Piotr Jasiun 7 жил өмнө
parent
commit
0c4a101902

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

@@ -298,7 +298,7 @@ export default class Model {
 	 *
 	 *		editor.model.insertContent( modelFragment );
 	 *
-	 * By default the method will use document selection but it can be also used with position or range instances.
+	 * By default the method will use document selection but it can be also used with position, range or selection instances.
 	 *
 	 *		// Insert text at current document selection position.
 	 *		editor.model.change( writer => {