We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 319757e commit bda0c8aCopy full SHA for bda0c8a
lib/node_modules/@stdlib/ndarray/base/dtype2c/README.md
@@ -55,7 +55,7 @@ out = dtype2c( 'int8' );
55
If provided an unknown or unsupported data type, the function returns `null`.
56
57
```javascript
58
-var out = dtypeChar( 'foobar' );
+var out = dtype2c( 'foobar' );
59
// returns null
60
```
61
0 commit comments