浏览代码

Docs: Fixed a type ref.

Piotrek Koszuliński 7 年之前
父节点
当前提交
73e80dc507
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-engine/src/model/document.js

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

@@ -368,7 +368,7 @@ export default class Document {
 	 * during that block execution.
 	 * during that block execution.
 	 *
 	 *
 	 * @event change
 	 * @event change
-	 * @param {@link module:engine/model/batch~Batch} batch The batch that was used in the executed changes block.
+	 * @param {module:engine/model/batch~Batch} batch The batch that was used in the executed changes block.
 	 */
 	 */
 }
 }