소스 검색

Docs: fixed a comment.

Szymon Cofalik 8 년 전
부모
커밋
e80495f04e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      packages/ckeditor5-engine/src/dev-utils/deltareplayer.js

+ 2 - 2
packages/ckeditor5-engine/src/dev-utils/deltareplayer.js

@@ -112,8 +112,8 @@ export default class DeltaReplayer {
 	}
 
 	/**
-	 * Applies the next delta to replay.
-	 * Returns promise with an `isFinished` parameter.
+	 * Applies the next delta to replay. Returns promise with `isFinished` parameter that is `true` if the last
+	 * delta in replayer has been applied, `false` otherwise.
 	 *
 	 * @returns {Promise.<Boolean>}
 	 */