From 4c9c7ee507748145ac38f616c3d12b2c0ef0dcfb Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sat, 21 Sep 2024 21:21:54 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 3 ++- docs/repl.txt | 15 ++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d30dc3..08c1b07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-09-17) +## Unreleased (2024-09-21)
@@ -32,6 +32,7 @@
+- [`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)_ diff --git a/docs/repl.txt b/docs/repl.txt index bd8fe70..777ed04 100644 --- a/docs/repl.txt +++ b/docs/repl.txt @@ -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 ---------- @@ -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 ----------