Skip to content

Commit

Permalink
Fix above/blow wording in packages/ckeditor5-table/src/utils.js.
Browse files Browse the repository at this point in the history
Co-authored-by: Kuba Niegowski <[email protected]>
  • Loading branch information
jodator and niegowski authored May 20, 2020
1 parent e50d908 commit d6720f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ckeditor5-table/src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) {
Expand Down

0 comments on commit d6720f7

Please sign in to comment.