Skip to content

Commit 8d7d956

Browse files
committed
Update copy
1 parent 867e525 commit 8d7d956

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/typed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/typed/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The function recognizes the following data types:
6161
- `uint8`: 8-bit unsigned integers
6262
- `uint8c`: 8-bit unsigned integers clamped to `0-255`
6363

64-
By default, the output [typed array][mdn-typed-array] is `float64`. To specify an alternative data type, set the `dtype` parameter.
64+
By default, the output [typed array][mdn-typed-array] is `float64`. To specify an alternative data type, provide a `dtype` argument.
6565

6666
```javascript
6767
var arr = typedarray( 'int32' );

0 commit comments

Comments
 (0)