Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Sep 15, 2024
1 parent d0c0c33 commit 252269a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ A total of 3 people contributed to this release. Thank you to the following cont

<details>

- [`a541897`](https://github.com/stdlib-js/stdlib/commit/a541897dec2cd902c186d9ad128b6efd8a3ca528) - **docs:** fix grammar _(by Athan Reines)_
- [`583452c`](https://github.com/stdlib-js/stdlib/commit/583452c820523f4bc97b293b4424d0c1bf59fffc) - **fix:** add missing property _(by Athan Reines)_
- [`91ad072`](https://github.com/stdlib-js/stdlib/commit/91ad07207eee217885975ce19d83e85d1f4a6499) - **fix:** add missing property _(by Athan Reines)_
- [`8d3352e`](https://github.com/stdlib-js/stdlib/commit/8d3352e666353624f97e95ee0805b7d641fc775a) - **fix:** add missing property _(by Athan Reines)_
Expand Down
4 changes: 2 additions & 2 deletions base/arraylike2object/docs/repl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
Input array data type.

out.accessorProtocol: boolean
Boolean indicating whether the input array use accessors for getting and
setting elements.
Boolean indicating whether the input array uses accessors for getting
and setting elements.

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

0 comments on commit 252269a

Please sign in to comment.