Skip to content

Commit a571aac

Browse files
authored
docs: fix dtype
Signed-off-by: Athan <[email protected]>
1 parent 124affb commit a571aac

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/ndarray/ssorthp/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/ndarray/ssorthp/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import { typedndarray } from '@stdlib/types/ndarray';
3535
* var ndarray = require( '@stdlib/ndarray/base/ctor' );
3636
*
3737
* var xbuf = new Float32Array( [ 1.0, -2.0, 3.0, -4.0 ] );
38-
* var x = new ndarray( 'generic', xbuf, [ 4 ], [ 1 ], 0, 'row-major' );
38+
* var x = new ndarray( 'float32', xbuf, [ 4 ], [ 1 ], 0, 'row-major' );
3939
*
4040
* var ord = scalar2ndarray( 1.0, {
4141
* 'dtype': 'generic'

0 commit comments

Comments
 (0)