Piotrek Koszuliński 7 年 前
コミット
529720c050
1 ファイル変更1 行追加1 行削除
  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 );
 	 *