Skip to content

Commit 401c3bb

Browse files
committed
Auto-generated commit
1 parent dc6435d commit 401c3bb

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3503,6 +3503,7 @@ A total of 557 issues were closed in this release:
35033503

35043504
<details>
35053505

3506+
- [`2d2c81b`](https://github.com/stdlib-js/stdlib/commit/2d2c81b60826f00bffc81269099cc64b7177ecdd) - **docs:** update parameter name _(by Athan Reines)_
35063507
- [`32672ca`](https://github.com/stdlib-js/stdlib/commit/32672ca6f9c3e8ef435c456e49eebe190f36967a) - **docs:** minor clean-up _(by Philipp Burckhardt)_
35073508
- [`4dab954`](https://github.com/stdlib-js/stdlib/commit/4dab954de45d88b4bff56494dbdc7381e72938db) - **feat:** add `stats/maxsorted` [(#8735)](https://github.com/stdlib-js/stdlib/pull/8735) _(by Pratik, Athan Reines)_
35083509
- [`a118739`](https://github.com/stdlib-js/stdlib/commit/a118739a4cd7e373ac4f6a74312b56f12ab911fc) - **docs:** update examples _(by Athan Reines)_

max-by/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The function has the following parameters:
6060
The invoked callback is provided three arguments:
6161

6262
- **value**: current array element.
63-
- **idx**: current array element index.
63+
- **index**: current array element index.
6464
- **array**: input ndarray.
6565

6666
To set the callback execution context, provide a `thisArg`.

min-by/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The function has the following parameters:
6060
The invoked callback is provided three arguments:
6161

6262
- **value**: current array element.
63-
- **idx**: current array element index.
63+
- **index**: current array element index.
6464
- **array**: input ndarray.
6565

6666
To set the callback execution context, provide a `thisArg`.

range-by/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The function has the following parameters:
6868
The invoked callback is provided three arguments:
6969

7070
- **value**: current array element.
71-
- **idx**: current array element index.
71+
- **index**: current array element index.
7272
- **array**: input ndarray.
7373

7474
To set the callback execution context, provide a `thisArg`.

0 commit comments

Comments
 (0)