Skip to content

Commit c4b4320

Browse files
authored
docs: fix dtype
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 58d0ae3 commit c4b4320

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/base/ndarray/mskrange

lib/node_modules/@stdlib/stats/base/ndarray/mskrange/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ var ndarray2array = require( '@stdlib/ndarray/to-array' );
8989
var mskrange = require( '@stdlib/stats/base/ndarray/mskrange' );
9090

9191
var xbuf = uniform( 10, -50.0, 50.0, {
92-
'dtype': 'float64'
92+
'dtype': 'generic'
9393
});
9494
var x = new ndarray( 'generic', xbuf, [ xbuf.length ], [ 1 ], 0, 'row-major' );
9595
console.log( ndarray2array( x ) );

0 commit comments

Comments
 (0)