Explorar o código

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

Co-authored-by: Kuba Niegowski <1232187+niegowski@users.noreply.github.com>
Maciej %!s(int64=5) %!d(string=hai) anos
pai
achega
d6720f7af3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/ckeditor5-table/src/utils.js

+ 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 ) {