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.
 	 *
 	 * @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.
 	 */
 }