8
0
Просмотр исходного кода

Docs: Fixed incorrect types. [skip ci]

Piotrek Koszuliński 6 лет назад
Родитель
Сommit
ea1f43b9fd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-table/src/commands/mergecellcommand.js

+ 1 - 1
packages/ckeditor5-table/src/commands/mergecellcommand.js

@@ -114,7 +114,7 @@ export default class MergeCellCommand extends Command {
 	/**
 	/**
 	 * Returns a cell that can be merged with the current cell depending on the command's direction.
 	 * Returns a cell that can be merged with the current cell depending on the command's direction.
 	 *
 	 *
-	 * @returns {module:engine/model/element|undefined}
+	 * @returns {module:engine/model/element~Element|undefined}
 	 * @private
 	 * @private
 	 */
 	 */
 	_getMergeableCell() {
 	_getMergeableCell() {