瀏覽代碼

Fix jsdoc errors.

Maciej Gołaszewski 5 年之前
父節點
當前提交
9b46958c83
共有 1 個文件被更改,包括 2 次插入2 次删除
  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 ) ) {