Explorar el Código

Docs: Removed stray table parameter in API docs.

Marek Lewandowski hace 5 años
padre
commit
c9fb86984a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      packages/ckeditor5-table/src/commands/utils.js

+ 0 - 1
packages/ckeditor5-table/src/commands/utils.js

@@ -120,7 +120,6 @@ export function addDefaultUnitToNumericValue( value, defaultUnit ) {
  *
  * @param {module:table/tableutils~TableUtils} tableUtils
  * @param {module:engine/model/element~Element} tableCell
- * @param {module:engine/model/element~Element} table
  * @returns {Boolean}
  */
 export function isHeadingColumnCell( tableUtils, tableCell ) {