Skip to content

Commit 79297da

Browse files
authored
docs: fix return value
Signed-off-by: Athan <[email protected]>
1 parent cf3d888 commit 79297da

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
@@ -168,7 +168,7 @@ var out = lastIndexOf.assign( x, 2.0, y );
168168
// returns <ndarray>
169169

170170
var idx = out.get();
171-
// returns -1
171+
// returns 3
172172

173173
var bool = ( out === y );
174174
// returns true

0 commit comments

Comments
 (0)