ソースを参照

Update cropTable docs.

Maciej Gołaszewski 6 年 前
コミット
90f9773bde
1 ファイル変更1 行追加1 行削除
  1. 1 1
      packages/ckeditor5-table/src/tableselection/croptable.js

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

@@ -17,7 +17,7 @@ import { findAncestor } from '../commands/utils';
  *		tableSelection.startSelectingFrom( startCell )
  *		tableSelection.setSelectingFrom( endCell )
  *
- *		const croppedTable = cropTable( tableSelection.getSelectedTableCells );
+ *		const croppedTable = cropTable( tableSelection.getSelectedTableCells() );
  *
  * **Note**: This function is used also by {@link module:table/tableselection~TableSelection#getSelectionAsFragment}
  *