8
0
Maciej Bukowski 7 лет назад
Родитель
Сommit
35be295d92
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-engine/src/model/model.js

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

@@ -741,7 +741,7 @@ export default class Model {
 	 * @protected
 	 * @event _afterChanges
 	 * @param {Object} options
-	 * @param {Boolean} options.hasDocumentChanged A boolean indicates whether the model document has changed during the {@link module:engine/model/model~Model#change} blocks.
+	 * @param {Boolean} options.hasModelDocumentChanged A boolean indicates whether the model document has changed during the {@link module:engine/model/model~Model#change} blocks.
 	 */
 
 	/**