We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7cb376 commit 9e75d11Copy full SHA for 9e75d11
lib/node_modules/@stdlib/array/dtypes/README.md
@@ -46,7 +46,7 @@ Returns a list of array data types.
46
47
```javascript
48
var out = dtypes();
49
-// returns [ 'float32', 'float64', 'generic', 'int16', 'int32', 'int8', 'uint16', 'uint32', 'uint8', 'uint8c', 'complex64', 'complex128' ]
+// e.g., returns [ 'float32', 'float64', 'generic', 'int16', 'int32', 'int8', 'uint16', 'uint32', 'uint8', 'uint8c', 'complex64', 'complex128' ]
50
```
51
52
The output `array` contains the following data types:
0 commit comments