You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/base/dtype-desc/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ var desc = dtypeDesc( 'foobar' );
59
59
// returns null
60
60
```
61
61
62
-
If not provided a [data type][@stdlib/ndarray/dtypes]string, the function returns an object mapping [data type][@stdlib/ndarray/dtypes] strings to descriptions.
62
+
If not provided a [data type][@stdlib/ndarray/dtypes]value, the function returns an object mapping [data type][@stdlib/ndarray/dtypes] strings to descriptions.
0 commit comments