Skip to content

Commit 0389345

Browse files
committed
Auto-generated commit
1 parent 1bb1055 commit 0389345

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

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

99
<section class="packages">
1010

@@ -190,6 +190,7 @@ A total of 4 people contributed to this release. Thank you to the following cont
190190

191191
<details>
192192

193+
- [`cadb613`](https://github.com/stdlib-js/stdlib/commit/cadb6131d6ce50338d11757e88e8a910a0367983) - **chore:** update argument documentation styling _(by Philipp Burckhardt)_
193194
- [`e722c97`](https://github.com/stdlib-js/stdlib/commit/e722c9742d30f0e3c0ec6ebb349b30338facbdf0) - **feat:** add `array/base/cunone-by-right` _(by HarshaNP, Philipp Burckhardt)_
194195
- [`a541897`](https://github.com/stdlib-js/stdlib/commit/a541897dec2cd902c186d9ad128b6efd8a3ca528) - **docs:** fix grammar _(by Athan Reines)_
195196
- [`583452c`](https://github.com/stdlib-js/stdlib/commit/583452c820523f4bc97b293b4424d0c1bf59fffc) - **fix:** add missing property _(by Athan Reines)_

from-iterator/README.md

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

8686
The invoked function is provided two arguments:
8787

88-
- `value`: iterated value
89-
- `index`: iterated value index
88+
- **value**: iterated value.
89+
- **index**: iterated value index.
9090

9191
```javascript
9292
var Float64Array = require( '@stdlib/array/float64' );

0 commit comments

Comments
 (0)