Skip to content

Commit bda0c8a

Browse files
committed
Fix example
1 parent 319757e commit bda0c8a

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/base/dtype2c

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/base/dtype2c/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ out = dtype2c( 'int8' );
5555
If provided an unknown or unsupported data type, the function returns `null`.
5656

5757
```javascript
58-
var out = dtypeChar( 'foobar' );
58+
var out = dtype2c( 'foobar' );
5959
// returns null
6060
```
6161

0 commit comments

Comments
 (0)