Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Sep 21, 2024
1 parent ae13199 commit 4c9c7ee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<section class="release" id="unreleased">

## Unreleased (2024-09-17)
## Unreleased (2024-09-21)

<section class="features">

Expand Down Expand Up @@ -32,6 +32,7 @@

<details>

- [`6e9f42e`](https://github.com/stdlib-js/stdlib/commit/6e9f42e4c912485d9896eaa16c88b70fd3688e97) - **docs:** harmonize list formatting in repl.txt and ensure starting newline _(by Philipp Burckhardt)_
- [`f387603`](https://github.com/stdlib-js/stdlib/commit/f387603e739f88a38af3263ce6ff675ad903ee8c) - **docs:** consistently use declarative instead of imperative sentences outside of intros _(by Philipp Burckhardt)_
- [`31fd427`](https://github.com/stdlib-js/stdlib/commit/31fd42744ec5d7073041f97c6f72350b8005c0fc) - **style:** remove unwanted empty lines _(by Philipp Burckhardt)_
- [`16bb447`](https://github.com/stdlib-js/stdlib/commit/16bb44733defec3009d7c49cbd8cb6eaaaa60ad2) - **fix:** update TypeScript function signature and documentation _(by Philipp Burckhardt)_
Expand Down
15 changes: 8 additions & 7 deletions docs/repl.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@

{{alias}}( x, n, predicate[, thisArg] )
Cumulatively test whether at least `n` elements in a provided array pass a
Cumulatively tests whether at least `n` elements in a provided array pass a
test implemented by a predicate function, while iterating from
right-to-left.

The predicate function is provided three arguments:

- `value`: current array element.
- `index`: current array element index.
- `arr`: the input array.
- value: current array element.
- index: current array element index.
- arr: the input array.

Parameters
----------
Expand Down Expand Up @@ -43,9 +44,9 @@

The predicate function is provided three arguments:

- `value`: current array element.
- `index`: current array element index.
- `arr`: the input array.
- value: current array element.
- index: current array element index.
- arr: the input array.

Parameters
----------
Expand Down

0 comments on commit 4c9c7ee

Please sign in to comment.