Skip to content

Commit 3139b5e

Browse files
committed
Fix parameter name
1 parent 6f4d204 commit 3139b5e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ limitations under the License.
4040
var char2dtype = require( '@stdlib/ndarray/base/char2dtype' );
4141
```
4242

43-
#### char2dtype( \[dtype] )
43+
#### char2dtype( \[ch] )
4444

4545
Returns the [data type][@stdlib/ndarray/dtypes] string associated with a provided [single letter character abbreviation][@stdlib/ndarray/base/dtype-char].
4646

0 commit comments

Comments
 (0)