We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 867e525 commit 8d7d956Copy full SHA for 8d7d956
lib/node_modules/@stdlib/array/typed/README.md
@@ -61,7 +61,7 @@ The function recognizes the following data types:
61
- `uint8`: 8-bit unsigned integers
62
- `uint8c`: 8-bit unsigned integers clamped to `0-255`
63
64
-By default, the output [typed array][mdn-typed-array] is `float64`. To specify an alternative data type, set the `dtype` parameter.
+By default, the output [typed array][mdn-typed-array] is `float64`. To specify an alternative data type, provide a `dtype` argument.
65
66
```javascript
67
var arr = typedarray( 'int32' );
0 commit comments