Skip to content

Commit 9f98254

Browse files
authored
Discard changes to lib/node_modules/@stdlib/blas/ext/base/ndarray/slast-index-of/docs/types/index.d.ts
1 parent 8951632 commit 9f98254

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/blas/ext/base/ndarray/slast-index-of/docs/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ import { float32ndarray, typedndarray } from '@stdlib/types/ndarray';
3434
* var scalar2ndarray = require( '@stdlib/ndarray/from-scalar' );
3535
* var slastIndexOf = require( '@stdlib/blas/ext/base/ndarray/slast-index-of' );
3636
*
37-
* var xbuf = new Float32Array( [ 1.0, 2.0, 4.0, 2.0 ] );
37+
* var xbuf = new Float32Array( [ 1.0, 3.0, 4.0, 2.0 ] );
3838
* var x = new ndarray( 'float32', xbuf, [ 4 ], [ 1 ], 0, 'row-major' );
3939
*
4040
* var searchElement = scalar2ndarray( 2.0, {
4141
* 'dtype': 'float32'
4242
* });
4343
*
44-
* var fromIndex = scalar2ndarray( 3, {
44+
* var fromIndex = scalar2ndarray( 0, {
4545
* 'dtype': 'generic'
4646
* });
4747
*

0 commit comments

Comments
 (0)