Skip to content

Commit 321734d

Browse files
committed
Update example return value
1 parent 964b8e2 commit 321734d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/safe-casts/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ If provided a `dtype` argument, returns a list of array [data types][@stdlib/arr
4646

4747
```javascript
4848
var out = safeCasts( 'float32' );
49-
// e.g., returns [ 'float32', 'float64', 'generic' ]
49+
// e.g., returns [ 'float32', 'float64', 'complex64', 'complex128', 'generic' ]
5050
```
5151

5252
If not provided a `dtype` argument, the function returns a casting table.

0 commit comments

Comments
 (0)