Piotrek Koszuliński %!s(int64=7) %!d(string=hai) anos
pai
achega
529720c050
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/ckeditor5-engine/src/model/selection.js

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

@@ -60,7 +60,7 @@ export default class Selection {
 	 *		const position = new Position( root, path );
 	 *		const selection = new Selection( position );
 	 *
-	 *		// Creates selection at the start position of the given element.
+	 *		// Creates selection at the given offset in the given element.
 	 *		const paragraph = writer.createElement( 'paragraph' );
 	 *		const selection = new Selection( paragraph, offset );
 	 *