浏览代码

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>}
 	 * @returns {Promise.<Boolean>}
 	 */
 	 */