Skip to content

Commit 0632e20

Browse files
authored
docs: fix dtype and description
Signed-off-by: Athan <[email protected]>
1 parent 935d50a commit 0632e20

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/range-by/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/range-by/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var ndarray = require( './ndarray.js' );
3030
* Computes the range of a strided array via a callback function.
3131
*
3232
* @param {PositiveInteger} N - number of indexed elements
33-
* @param {NumericArray|Collection|AccessorArrayLike<number>} x - input array/collection
33+
* @param {Collection} x - input array
3434
* @param {integer} strideX - index increment
3535
* @param {Callback} clbk - callback
3636
* @param {*} [thisArg] - execution context

0 commit comments

Comments
 (0)