Skip to content

Commit f1356e2

Browse files
authored
docs: update description
Signed-off-by: Athan <[email protected]>
1 parent 05d30f5 commit f1356e2

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/ndarray/gfind-index/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/ndarray/gfind-index/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ type Predicate<T, U, ThisArg> = Nullary<ThisArg> | Unary<T, ThisArg> | Binary<T,
7171
*
7272
* @param arrays - array-like object containing an input ndarray
7373
* @param clbk - predicate function
74-
* @param thisArg - predicate execution context
74+
* @param thisArg - predicate function execution context
7575
* @returns index
7676
*
7777
* @example

0 commit comments

Comments
 (0)