Skip to content

Commit c1e6fcc

Browse files
authored
docs: fix note
Signed-off-by: Athan <[email protected]>
1 parent f4be265 commit c1e6fcc

File tree

1 file changed

+6
-4
lines changed
  • lib/node_modules/@stdlib/blas/ext/find-index/docs

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111

1212
The callback function should return a boolean.
1313

14-
If no element along an ndarray passes a test implemented by the predicate
15-
function, the corresponding element in the returned ndarray is `-1`.
14+
If no element along an ndarray dimension passes a test implemented by the
15+
predicate function, the corresponding element in the returned ndarray is
16+
`-1`.
1617

1718
Parameters
1819
----------
@@ -68,8 +69,9 @@
6869

6970
The callback function should return a boolean.
7071

71-
If no element along an ndarray passes a test implemented by the predicate
72-
function, the corresponding element in the returned ndarray is `-1`.
72+
If no element along an ndarray dimension passes a test implemented by the
73+
predicate function, the corresponding element in the returned ndarray is
74+
`-1`.
7375

7476
Parameters
7577
----------

0 commit comments

Comments
 (0)