Browse Source

Docs: Fixed a type ref.

Piotrek Koszuliński 7 năm trước cách đây
mục cha
commit
73e80dc507
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.
 	 *
 	 * @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.
 	 */
 }