Skip to content

Commit ba670f7

Browse files
authored
Discard changes to lib/node_modules/@stdlib/blas/ext/base/ndarray/slast-index-of/README.md
1 parent 27dfeaa commit ba670f7

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

lib/node_modules/@stdlib/blas/ext/base/ndarray/slast-index-of/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ var searchElement = scalar2ndarray( 2.0, {
5252
'dtype': 'float32'
5353
});
5454

55-
var fromIndex = scalar2ndarray( 3, {
55+
var fromIndex = scalar2ndarray( 0, {
5656
'dtype': 'generic'
5757
});
5858

@@ -82,7 +82,7 @@ var searchElement = scalar2ndarray( 10.0, {
8282
'dtype': 'float32'
8383
});
8484

85-
var fromIndex = scalar2ndarray( 3, {
85+
var fromIndex = scalar2ndarray( 0, {
8686
'dtype': 'generic'
8787
});
8888

@@ -129,7 +129,7 @@ var searchElement = scalar2ndarray( 80.0, {
129129
});
130130
console.log( 'Search Element:', ndarraylike2scalar( searchElement ) );
131131

132-
var fromIndex = scalar2ndarray( -1, {
132+
var fromIndex = scalar2ndarray( 0, {
133133
'dtype': 'generic'
134134
});
135135
console.log( 'From Index:', ndarraylike2scalar( fromIndex ) );

0 commit comments

Comments
 (0)