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 4f0bbc6 commit 565ae6cCopy full SHA for 565ae6c
lib/node_modules/@stdlib/ndarray/base/unary-strided1d-dispatch/lib/validate.js
@@ -40,7 +40,7 @@ var format = require( '@stdlib/string/format' );
40
* @param {NonNegativeInteger} ndims - number of input ndarray dimensions
41
* @param {Array} dtypes - list of supported output data types
42
* @param {Options} options - function options
43
-* @param {IntegerArray} [options.dims] - list of dimensions over which to perform a reduction
+* @param {IntegerArray} [options.dims] - list of dimensions over which to perform an operation
44
* @param {string} [options.dtype] - output ndarray data type
45
* @returns {(Error|null)} null or an error object
46
*
0 commit comments