Skip to content

Commit b0f7e77

Browse files
authored
docs: apply suggestions from code review
Signed-off-by: Muhammad Haris <[email protected]>
1 parent 1f2531b commit b0f7e77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/node_modules/@stdlib/blas/ext/base/gfind-index/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The function has the following parameters:
6363
- **N**: number of indexed elements.
6464
- **x**: input array.
6565
- **strideX**: stride length.
66-
- **predicate**: predicate function.
66+
- **clbk**: callback function.
6767
- **thisArg**: execution context (_optional_).
6868

6969
The callback function is provided the following arguments:

lib/node_modules/@stdlib/blas/ext/base/gfind-index/docs/repl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
Callback function.
3434

3535
thisArg: any (optional)
36-
Execution context.
36+
Callback execution context.
3737

3838
Returns
3939
-------
@@ -86,7 +86,7 @@
8686
Callback function.
8787

8888
thisArg: any (optional)
89-
Execution context.
89+
Callback execution context.
9090

9191
Returns
9292
-------

0 commit comments

Comments
 (0)