Skip to content

Commit 9e75d11

Browse files
committed
Update returns annotation
1 parent e7cb376 commit 9e75d11

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Returns a list of array data types.
4646

4747
```javascript
4848
var out = dtypes();
49-
// returns [ 'float32', 'float64', 'generic', 'int16', 'int32', 'int8', 'uint16', 'uint32', 'uint8', 'uint8c', 'complex64', 'complex128' ]
49+
// e.g., returns [ 'float32', 'float64', 'generic', 'int16', 'int32', 'int8', 'uint16', 'uint32', 'uint8', 'uint8c', 'complex64', 'complex128' ]
5050
```
5151

5252
The output `array` contains the following data types:

0 commit comments

Comments
 (0)