Parcourir la source

Docs: Fixed incorrect types. [skip ci]

Piotrek Koszuliński il y a 6 ans
Parent
commit
ea1f43b9fd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 {module:engine/model/element|undefined}
+	 * @returns {module:engine/model/element~Element|undefined}
 	 * @private
 	 */
 	_getMergeableCell() {