Skip to content

Commit d361d99

Browse files
authored
docs: fix example
Signed-off-by: Athan <[email protected]>
1 parent 7f2feb3 commit d361d99

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
@@ -101,7 +101,7 @@ var table = {
101101
* })
102102
*
103103
* // Create a from index ndarray:
104-
* var fromIndex = scalar2ndarray( 0, {
104+
* var fromIndex = scalar2ndarray( -1, {
105105
* 'dtype': 'int32'
106106
* })
107107
*

0 commit comments

Comments
 (0)