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 64cd157 commit bc266e4Copy full SHA for bc266e4
lib/node_modules/@stdlib/stats/base/range-by/lib/ndarray.js
@@ -31,7 +31,7 @@ var accessors = require( './accessors.js' );
31
* Computes the range of a strided array via a callback function.
32
*
33
* @param {PositiveInteger} N - number of indexed elements
34
-* @param {Collection} x - input array/collection
+* @param {Collection} x - input array
35
* @param {integer} strideX - stride length
36
* @param {NonNegativeInteger} offsetX - starting index
37
* @param {Callback} clbk - callback
0 commit comments