Skip to content

Commit 472b89f

Browse files
committed
Auto-generated commit
1 parent 6ca3a31 commit 472b89f

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-09-17)
7+
## Unreleased (2024-09-21)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`6e9f42e`](https://github.com/stdlib-js/stdlib/commit/6e9f42e4c912485d9896eaa16c88b70fd3688e97) - **docs:** harmonize list formatting in repl.txt and ensure starting newline _(by Philipp Burckhardt)_
1516
- [`cadb613`](https://github.com/stdlib-js/stdlib/commit/cadb6131d6ce50338d11757e88e8a910a0367983) - **chore:** update argument documentation styling _(by Philipp Burckhardt)_
1617

1718
</details>

CONTRIBUTORS

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Joey Reed <[email protected]>
4040
Jordan Gallivan <[email protected]>
4141
Joris Labie <[email protected]>
4242
Justin Dennison <[email protected]>
43+
Kaif Mohd <[email protected]>
4344
Karthik Prakash <[email protected]>
4445
4546
Krishnendu Das <[email protected]>

docs/repl.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
When invoked, both the predicate function and the function to apply are
1010
provided three arguments:
1111

12-
- `value`: collection value
13-
- `index`: collection index
14-
- `collection`: the input collection
12+
- value: collection value.
13+
- index: collection index.
14+
- collection: the input collection.
1515

1616
If provided an empty collection, both `value` and `index` are `undefined`.
1717

0 commit comments

Comments
 (0)