Skip to content

Commit c64fb88

Browse files
committed
Auto-generated commit
1 parent b922532 commit c64fb88

File tree

4 files changed

+43
-4
lines changed

4 files changed

+43
-4
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2024-09-17)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`cadb613`](https://github.com/stdlib-js/stdlib/commit/cadb6131d6ce50338d11757e88e8a910a0367983) - **chore:** update argument documentation styling _(by Philipp Burckhardt)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
<section class="contributors">
24+
25+
### Contributors
26+
27+
A total of 1 person contributed to this release. Thank you to this contributor:
28+
29+
- Philipp Burckhardt
30+
31+
</section>
32+
33+
<!-- /.contributors -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+
539
<section class="release" id="v0.2.2">
640

741
## 0.2.2 (2024-07-28)

CONTRIBUTORS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# Contributors listed in alphabetical order.
44

5+
Aayush Khanna <[email protected]>
56
Adarsh Palaskar <[email protected]>
67
Aditya Sapra <[email protected]>
78
AgPriyanshu18 <[email protected]>
@@ -26,11 +27,13 @@ EuniceSim142 <[email protected]>
2627
Frank Kovacs <[email protected]>
2728
Golden Kumar <[email protected]>
2829
Gunj Joshi <[email protected]>
30+
2931
Harshita Kalani <[email protected]>
3032
Hridyanshu <[email protected]>
3133
Jaimin Godhani <[email protected]>
3234
James Gelok <[email protected]>
3335
Jaysukh Makvana <[email protected]>
36+
Jenish Thapa <[email protected]>
3437
Jithin KS <[email protected]>
3538
Joel Mathew Koshy <[email protected]>
3639
Joey Reed <[email protected]>
@@ -86,8 +89,10 @@ Stephannie Jiménez Gacha <[email protected]>
8689
Suraj kumar <[email protected]>
8790
Tirtadwipa Manunggal <[email protected]>
8891
Tudor Pagu <[email protected]>
92+
Tufailahmed Bargir <[email protected]>
8993
Utkarsh <http://[email protected]>
9094
Utkarsh Raj <[email protected]>
95+
Vaibhav Patel <[email protected]>
9196
Varad Gupta <[email protected]>
9297
Xiaochuan Ye <[email protected]>
9398
Yernar Yergaziyev <[email protected]>
@@ -96,3 +101,4 @@ nishant-s7 <[email protected]>
96101
orimiles5 <[email protected]>
97102
98103
104+

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ var bool = ( out === arr );
9393

9494
The invoked `function` is provided three arguments:
9595

96-
- `value`: collection element
97-
- `index`: collection index
98-
- `collection`: input collection
96+
- **value**: collection element.
97+
- **index**: collection index.
98+
- **collection**: input collection.
9999

100100
Basic support for dynamic collections is provided. Note, however, that index incrementation is **not** guaranteed to be monotonically **decreasing**.
101101

0 commit comments

Comments
 (0)