8
0
Szymon Cofalik 9 лет назад
Родитель
Сommit
77e3b6dbc8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-engine/src/model/batch.js

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

@@ -35,7 +35,7 @@ export default class Batch {
 	 * Creates Batch instance. Not recommended to use directly, use {@link engine.model.Document#batch} instead.
 	 * Creates Batch instance. Not recommended to use directly, use {@link engine.model.Document#batch} instead.
 	 *
 	 *
 	 * @param {engine.model.Document} doc Document which this Batch changes.
 	 * @param {engine.model.Document} doc Document which this Batch changes.
-	 * @param {'ignore'|'undo'|'redo'|'default'} type Type of the batch. Defaults to `'default'`.
+	 * @param {'ignore'|'undo'|'redo'|'default'} [type='default'] Type of the batch.
 	 */
 	 */
 	constructor( doc, type = 'default' ) {
 	constructor( doc, type = 'default' ) {
 		/**
 		/**