Bläddra i källkod

Fix jsdoc errors.

Maciej Gołaszewski 5 år sedan
förälder
incheckning
9b46958c83
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      packages/ckeditor5-table/src/utils.js

+ 2 - 2
packages/ckeditor5-table/src/utils.js

@@ -203,8 +203,8 @@ export function getColumnIndexes( tableCells ) {
  *   - f, g, h (cell "d" spans over a cell from the row of "f" cell - thus creates a gap)
  *
  * @param {Array.<module:engine/model/element~Element>} selectedTableCells
- * @param {module:table/tableUtils~TableUtils} tableUtils
- * @returns {boolean}
+ * @param {module:table/tableutils~TableUtils} tableUtils
+ * @returns {Boolean}
  */
 export function isSelectionRectangular( selectedTableCells, tableUtils ) {
 	if ( selectedTableCells.length < 2 || !areCellInTheSameTableSection( selectedTableCells ) ) {