Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/@types/indexes/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -511,9 +511,9 @@
* Slice in a specified Index.
*
* This method is useful for iterating over the Slice structure of the Index
* in a functional style. The `rowCallback` parameter is a RowCallback
* function that will be called with the Id and value of each Row in the
* Slice.
* in a functional style. The `sliceCallback` parameter is a SliceCallback
* function that will be called with the Id of each Slice and a function for
* iterating over its Rows.
* @param indexId The Id of the Index to iterate over.
* @param sliceCallback The function that should be called for every Slice.
* @example
Expand Down