Explorar o código

Docs: Fixed incorrect types. [skip ci]

Piotrek Koszuliński %!s(int64=6) %!d(string=hai) anos
pai
achega
ea1f43b9fd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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() {