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

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

@@ -74,7 +74,7 @@ export default class Batch {
 	 * If there are no deltas in the batch, returns null.
 	 * If there are no deltas in the batch, returns null.
 	 *
 	 *
 	 * @readonly
 	 * @readonly
-	 * @returns {Number|null}
+	 * @type {Number|null}
 	 */
 	 */
 	get baseVersion() {
 	get baseVersion() {
 		return this.deltas.length > 0 ? this.deltas[ 0 ].baseVersion : null;
 		return this.deltas.length > 0 ? this.deltas[ 0 ].baseVersion : null;