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
-[`d80dfe4`](https://github.com/stdlib-js/stdlib/commit/d80dfe41a1ef87da9fdf8c4cb88c3036134faa2f) - **docs:** improve doctests for ndarray instances in `ndarray/any-by`[(#9399)](https://github.com/stdlib-js/stdlib/pull/9399)_(by Rohit R Bhat, Athan Reines)_
671
672
-[`45264d0`](https://github.com/stdlib-js/stdlib/commit/45264d0387509a18856c21c332349f16c8a81086) - **docs:** improve doctests for ndarray instances in `ndarray/some`[(#9388)](https://github.com/stdlib-js/stdlib/pull/9388)_(by kaushal-kumar-it, Athan Reines)_
Copy file name to clipboardExpand all lines: base/dtypes2enums/lib/main.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ var resolveEnum = require( './../../../base/dtype-resolve-enum' );
32
32
*
33
33
* - If the function is unable to resolve an enumeration constant for a provided data type, the corresponding element in the returned array will be `null`.
34
34
*
35
-
* @param {StringArray} dtypes - list of data types
tape('if unable to resolve an enumeration constant for a provided data type, the function returns `null` for the corresponding enumeration constant',functiontest(t){
0 commit comments