Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: Fixed incorrect types. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Aug 12, 2019
2 parents 524586b + 98335f8 commit 8cc3436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/mergecellcommand.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 8cc3436

Please sign in to comment.