Skip to content

Commit 4a644be

Browse files
committed
Auto-generated commit
1 parent 537d0e3 commit 4a644be

File tree

4 files changed

+42
-3
lines changed

4 files changed

+42
-3
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-29)

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 <96649223+aayush0325@users.noreply.github.com>
56
Adarsh Palaskar <adarshpalaskar99@gmail.com>
67
Aditya Sapra <adityaework@gmail.com>
78
AgPriyanshu18 <113460573+AgPriyanshu18@users.noreply.github.com>
@@ -26,11 +27,13 @@ EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com>
2627
Frank Kovacs <fran70kk@gmail.com>
2728
Golden Kumar <103646877+AuenKr@users.noreply.github.com>
2829
Gunj Joshi <gunjjoshi8372@gmail.com>
30+
HarshaNP <96897754+GittyHarsha@users.noreply.github.com>
2931
Harshita Kalani <harshitakalani02@gmail.com>
3032
Hridyanshu <124202756+HRIDYANSHU054@users.noreply.github.com>
3133
Jaimin Godhani <112328542+Jai0401@users.noreply.github.com>
3234
James Gelok <jdgelok@gmail.com>
3335
Jaysukh Makvana <jaysukhmakvana2004@gmail.com>
36+
Jenish Thapa <141203631+jenish-thapa@users.noreply.github.com>
3437
Jithin KS <jithinks112@gmail.com>
3538
Joel Mathew Koshy <joelmathewkoshy@gmail.com>
3639
Joey Reed <joeyrreed@gmail.com>
@@ -86,8 +89,10 @@ Stephannie Jiménez Gacha <steff456@hotmail.com>
8689
Suraj kumar <125961509+kumarsuraj212003@users.noreply.github.com>
8790
Tirtadwipa Manunggal <tirtadwipa.manunggal@gmail.com>
8891
Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
92+
Tufailahmed Bargir <142114244+Tufailahmed-Bargir@users.noreply.github.com>
8993
Utkarsh <http://utkarsh11105@gmail.com>
9094
Utkarsh Raj <rajutkarsh2505@gmail.com>
95+
Vaibhav Patel <98279986+noobCoderVP@users.noreply.github.com>
9196
Varad Gupta <varadgupta21@gmail.com>
9297
Xiaochuan Ye <tap91624@gmail.com>
9398
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
@@ -96,3 +101,4 @@ nishant-s7 <97207366+nishant-s7@users.noreply.github.com>
96101
orimiles5 <97595296+orimiles5@users.noreply.github.com>
97102
rainn <88160429+AmCodesLame@users.noreply.github.com>
98103
rei2hu <reimu@reimu.ws>
104+
yaswanth <116426380+yaswanthkosuru@users.noreply.github.com>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ var arr = iterator2array( array2iterator( [ 1, 2, 3, 4 ] ), fcn );
118118

119119
The invoked function is provided two arguments:
120120

121-
- `value`: iterated value
122-
- `index`: iterated value index
121+
- **value**: iterated value.
122+
- **index**: iterated value index.
123123

124124
```javascript
125125
var Float64Array = require( '@stdlib/array-float64' );

0 commit comments

Comments
 (0)