Skip to content

Commit ea89c23

Browse files
committed
Auto-generated commit
1 parent ece17b8 commit ea89c23

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ A total of 3 people contributed to this release. Thank you to the following cont
248248

249249
<details>
250250

251+
- [`849c335`](https://github.com/stdlib-js/stdlib/commit/849c33579ea43f853fee93368431275d5481140a) - **docs:** fix description _(by Athan Reines)_
251252
- [`b4502fb`](https://github.com/stdlib-js/stdlib/commit/b4502fbc4da03910f86c66e68b53e93e99e3e933) - **fix:** remove perf logic in order to ensure expected indices in callback _(by Athan Reines)_
252253
- [`59814ef`](https://github.com/stdlib-js/stdlib/commit/59814ef8589df3b9792a05f4ca46dcb92c9782e4) - **test:** add argument tests _(by Athan Reines)_
253254
- [`2825b42`](https://github.com/stdlib-js/stdlib/commit/2825b42e8cd7483d15dfed1c6b389bfcb86d7ca0) - **docs:** update related packages sections [(#3898)](https://github.com/stdlib-js/stdlib/pull/3898) _(by stdlib-bot)_

map/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ var arr = ndarray2array( y );
114114

115115
The callback function is provided the following arguments:
116116

117-
- **values**: current array element.
117+
- **value**: current array element.
118118
- **indices**: current array element indices.
119119
- **arr**: the input [ndarray][@stdlib/ndarray/ctor].
120120

0 commit comments

Comments
 (0)