소스 검색

Updated docs.

Oskar Wrobel 9 년 전
부모
커밋
091b292685
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-engine/src/view/textproxy.js

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

@@ -24,7 +24,7 @@ export default class TextProxy {
 	 *
 	 * @param {engine.view.Text} textNode Text node which text proxy is a substring.
 	 * @param {Number} startOffset Offset from beginning of {#_textNodeParent} and first character of {#_data}.
-	 * @param {Number} [length] Length of substring. If is not set the end offset is at the end of {#_textNodeParent}.
+	 * @param {Number} [length] Length of substring. If is not set then the end offset is at the end of {#_textNodeParent}.
 	 */
 	constructor( textNode, startOffset, length ) {
 		/**