Skip to content

Commit 5b7e0f8

Browse files
authored
docs: apply suggestions from cide review
Signed-off-by: Muhammad Haris <[email protected]>
1 parent 798e5df commit 5b7e0f8

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,12 @@ var array = require( '@stdlib/ndarray/array' );
146146
var x = array( [ 1.0, 2.0, 3.0, 4.0 ] );
147147

148148
var idx = indexOf( x, 2.0, {
149-
'dtype': 'generic'
149+
'dtype': 'int32'
150150
});
151151
// returns <ndarray>
152152

153153
var dt = dtype( idx );
154-
// returns 'generic'
154+
// returns 'int32'
155155
```
156156

157157
#### indexOf.assign( x, searchElement\[, fromIndex], out\[, options] )

0 commit comments

Comments
 (0)