Skip to content

Commit 30c2f33

Browse files
authored
Discard changes to lib/node_modules/@stdlib/blas/ext/base/ndarray/slast-index-of/examples/index.js
1 parent 9f98254 commit 30c2f33

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/ndarray/slast-index-of/examples

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/ndarray/slast-index-of/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var searchElement = scalar2ndarray( 80.0, {
3636
});
3737
console.log( 'Search Element:', ndarraylike2scalar( searchElement ) );
3838

39-
var fromIndex = scalar2ndarray( -1, {
39+
var fromIndex = scalar2ndarray( 0, {
4040
'dtype': 'generic'
4141
});
4242
console.log( 'From Index:', ndarraylike2scalar( fromIndex ) );

0 commit comments

Comments
 (0)