Skip to content

Commit eb4442d

Browse files
authored
Update README.md
Signed-off-by: Kaushikgtm <[email protected]>
1 parent d2f1311 commit eb4442d

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/nanrange-by

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/base/nanrange-by/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ var v = nanrangeBy( x.length, x, 1, accessor );
5656
The function has the following parameters:
5757

5858
- **N**: number of indexed elements.
59-
- **x**: input [`Array`][mdn-array], [`typed array`][mdn-typed-array], or an array-like object (excluding strings and functions).
60-
- **strideX**: index increment.
59+
- **x**: input [`Array`][mdn-array], [`typed array`][mdn-typed-array], or an array-like object (excluding strings and functions).
60+
- **stride**: index increment
6161
- **clbk**: callback function.
6262
- **thisArg**: execution context (_optional_).
6363

0 commit comments

Comments
 (0)