Răsfoiți Sursa

Update docs.

Maciej Gołaszewski 5 ani în urmă
părinte
comite
f5ef5c991f

+ 1 - 1
packages/ckeditor5-table/src/tableselection/croptable.js

@@ -47,7 +47,7 @@ export function cropTableToDimensions( sourceTable, startRow, startColumn, endRo
  *		tableSelection.startSelectingFrom( startCell )
  *		tableSelection.setSelectingFrom( endCell )
  *
- *		const croppedTable = cropTable( tableSelection.getSelectedTableCells() );
+ *		const croppedTable = cropTable( tableSelection.getSelectedTableCells(), tableUtils, writer );
  *
  * **Note**: This function is also used by {@link module:table/tableselection~TableSelection#getSelectionAsFragment}.
  *