Skip to content

Commit 252269a

Browse files
committed
Auto-generated commit
1 parent d0c0c33 commit 252269a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

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

168168
<details>
169169

170+
- [`a541897`](https://github.com/stdlib-js/stdlib/commit/a541897dec2cd902c186d9ad128b6efd8a3ca528) - **docs:** fix grammar _(by Athan Reines)_
170171
- [`583452c`](https://github.com/stdlib-js/stdlib/commit/583452c820523f4bc97b293b4424d0c1bf59fffc) - **fix:** add missing property _(by Athan Reines)_
171172
- [`91ad072`](https://github.com/stdlib-js/stdlib/commit/91ad07207eee217885975ce19d83e85d1f4a6499) - **fix:** add missing property _(by Athan Reines)_
172173
- [`8d3352e`](https://github.com/stdlib-js/stdlib/commit/8d3352e666353624f97e95ee0805b7d641fc775a) - **fix:** add missing property _(by Athan Reines)_

base/arraylike2object/docs/repl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
Input array data type.
4141

4242
out.accessorProtocol: boolean
43-
Boolean indicating whether the input array use accessors for getting and
44-
setting elements.
43+
Boolean indicating whether the input array uses accessors for getting
44+
and setting elements.
4545

4646
out.accessors: Array<Function>
4747
A two-element array whose first element is an accessor for retrieving an

0 commit comments

Comments
 (0)