Skip to content

Commit b4e24c3

Browse files
committed
docs: fix description
1 parent 61a6fee commit b4e24c3

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/base/assert/is-floating-point-data-type

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/base/assert/is-floating-point-data-type/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var isFloatingPointDataType = require( '@stdlib/ndarray/base/assert/is-floating-
4242

4343
#### isFloatingPointDataType( value )
4444

45-
Tests if an input `value` is a supported ndarray floating-point (i.e., signed or unsigned integer) data type.
45+
Tests if an input `value` is a supported ndarray floating-point data type.
4646

4747
```javascript
4848
var bool = isFloatingPointDataType( 'float32' );

0 commit comments

Comments
 (0)