Skip to content

Commit 7d03eec

Browse files
authored
docs: fix return value
Signed-off-by: Athan <[email protected]>
1 parent ef4f37b commit 7d03eec

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/last-index-of

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/last-index-of/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ var out = lastIndexOf( x, 2.0 );
4646
// returns <ndarray>
4747

4848
var idx = out.get();
49-
// returns -1
49+
// returns 3
5050
```
5151

5252
The function has the following parameters:

0 commit comments

Comments
 (0)