From d6720f7af3cdd908a718d98fe5bc4d83079eb077 Mon Sep 17 00:00:00 2001 From: Maciej Date: Wed, 20 May 2020 11:42:06 +0200 Subject: [PATCH] Fix above/blow wording in packages/ckeditor5-table/src/utils.js. Co-authored-by: Kuba Niegowski <1232187+niegowski@users.noreply.github.com> --- packages/ckeditor5-table/src/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ckeditor5-table/src/utils.js b/packages/ckeditor5-table/src/utils.js index 6df34db94ea..f4d9f39eefd 100644 --- a/packages/ckeditor5-table/src/utils.js +++ b/packages/ckeditor5-table/src/utils.js @@ -268,7 +268,7 @@ export function isSelectionRectangular( selectedTableCells, tableUtils ) { * * @param {module:engine/model/element~Element} table The table to check. * @param {Number} overlapRow The index of the row to check. - * @param {Number} [startRow=0] A row to start analysis. Use it when it is known that cells below that row will not overlap. + * @param {Number} [startRow=0] A row to start analysis. Use it when it is known that the cells above that row will not overlap. * @returns {Array.} */ export function getVerticallyOverlappingCells( table, overlapRow, startRow = 0 ) {