File tree Expand file tree Collapse file tree
lib/node_modules/@stdlib/ndarray/base/nulls Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ var dt = String( getDType( arr ) );
5656
5757The function accepts the following arguments:
5858
59- - ** dtype** : underlying [ data type] [ @stdlib/ndarray/dtypes ] . Must be ` ' generic' ` .
59+ - ** dtype** : underlying [ data type] [ @stdlib/ndarray/dtypes ] . Must be a " generic" [ data type ] [ @stdlib/ndarray/dtypes ] .
6060- ** shape** : array shape.
6161- ** order** : specifies whether an [ ndarray] [ @stdlib/ndarray/base/ctor ] is ` 'row-major' ` (C-style) or ` 'column-major' ` (Fortran-style).
6262
Original file line number Diff line number Diff line change 55 Parameters
66 ----------
77 dtype: string|DataType
8- Underlying data type. Must be "generic".
8+ Underlying data type. Must be a "generic" data type .
99
1010 shape: ArrayLikeObject<integer>
1111 Array shape.
You can’t perform that action at this time.
0 commit comments