Skip to content

Commit 7b74d42

Browse files
committed
add: comment.
1 parent bab3a87 commit 7b74d42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib/components/multiSelectTable.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
onDelete?: (
5252
batchDelete: DeleteOperation,
5353
/**
54-
* this is useful if you have a custom deletion logic
55-
* and don't want to use the batchDelete helper provided!
54+
* this is useful when you have a custom deletion logic
55+
* and the default `batchDelete` helper doesn't fit the use-case!
5656
*/
5757
selectedRows: string[]
5858
) => Promise<DeleteOperationState> | DeleteOperationState;

0 commit comments

Comments
 (0)