Skip to content

Commit bc266e4

Browse files
authored
docs: update desc
Signed-off-by: Athan <[email protected]>
1 parent 64cd157 commit bc266e4

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/ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var accessors = require( './accessors.js' );
3131
* Computes the range of a strided array via a callback function.
3232
*
3333
* @param {PositiveInteger} N - number of indexed elements
34-
* @param {Collection} x - input array/collection
34+
* @param {Collection} x - input array
3535
* @param {integer} strideX - stride length
3636
* @param {NonNegativeInteger} offsetX - starting index
3737
* @param {Callback} clbk - callback

0 commit comments

Comments
 (0)