Skip to content

Commit 47061db

Browse files
authored
docs: fix return value
Signed-off-by: Athan <[email protected]>
1 parent d361d99 commit 47061db

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/last-index-of/lib/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ var table = {
110110
* // returns <ndarray>
111111
*
112112
* var idx = out.get();
113-
* // returns -1
113+
* // returns 3
114114
*/
115115
var lastIndexOf = factory( table, [ idtypes0, idtypes1, idtypes2 ], odtypes, policies ); // eslint-disable-line max-len
116116

0 commit comments

Comments
 (0)