We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a8b55 commit 1bb671fCopy full SHA for 1bb671f
lib/node_modules/@stdlib/ndarray/base/ndarraylike2ndarray/lib/main.js
@@ -41,7 +41,7 @@ var DEFAULT_ORDER = defaults( 'order' );
41
* Converts an ndarray-like object to an ndarray.
42
*
43
* @param {ndarrayLike} x - ndarray-like object
44
-* @param {string} x.dtype - data type
+* @param {*} x.dtype - data type
45
* @param {Collection} x.data - data buffer
46
* @param {NonNegativeIntegerArray} x.shape - dimensions
47
* @param {IntegerArray} x.strides - stride lengths
0 commit comments