8
0
Piotrek Koszuliński 7 лет назад
Родитель
Сommit
04e59f5b10
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-typing/src/input.js

+ 1 - 1
packages/ckeditor5-typing/src/input.js

@@ -459,7 +459,7 @@ function hasOnlyTextNodes( children ) {
 //
 // @private
 // @param diffResult
-// @return {{insertions: number, deletions: number, firstChangeAt: *}}
+// @returns {{insertions: number, deletions: number, firstChangeAt: *}}
 function calculateChanges( diffResult ) {
 	// Index where the first change happens. Used to set the position from which nodes will be removed and where will be inserted.
 	let firstChangeAt = null;