Skip to content

Commit 939375c

Browse files
authored
Apply suggestion from @kgryte
Signed-off-by: Athan <kgryte@gmail.com>
1 parent bedaa66 commit 939375c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/ndarray/base/nans

lib/node_modules/@stdlib/ndarray/base/nans/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var nans = require( '@stdlib/ndarray/base/nans' );
4242

4343
#### nans( dtype, shape, order )
4444

45-
Creates a NaN-filled [ndarray][@stdlib/ndarray/base/ctor] having a specified shape and floating-point [data type][@stdlib/ndarray/dtypes].
45+
Creates a NaN-filled [ndarray][@stdlib/ndarray/base/ctor] having a specified shape and [data type][@stdlib/ndarray/dtypes].
4646

4747
```javascript
4848
var getDType = require( '@stdlib/ndarray/dtype' );

0 commit comments

Comments
 (0)