8
0
Эх сурвалжийг харах

Fix above/blow wording in packages/ckeditor5-table/src/utils.js.

Co-authored-by: Kuba Niegowski <1232187+niegowski@users.noreply.github.com>
Maciej 5 жил өмнө
parent
commit
d6720f7af3

+ 1 - 1
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.<module:table/tablewalker~TableWalkerValue>}
  */
 export function getVerticallyOverlappingCells( table, overlapRow, startRow = 0 ) {