Skip to content

Commit d1a76bb

Browse files
authored
examples: fix type
Signed-off-by: Muhammad Haris <[email protected]>
1 parent 027921a commit d1a76bb

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var discreteUniform = require( '@stdlib/random/array/discrete-uniform' );
2222
var slastIndexOf = require( './../lib' );
2323

2424
var x = discreteUniform( 10, -100, 100, {
25-
'dtype': 'float64'
25+
'dtype': 'float32'
2626
});
2727
console.log( x );
2828

0 commit comments

Comments
 (0)