File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
base/arraylike2object/docs Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ A total of 3 people contributed to this release. Thank you to the following cont
167
167
168
168
<details>
169
169
170
+ - [`a541897`](https://github.com/stdlib-js/stdlib/commit/a541897dec2cd902c186d9ad128b6efd8a3ca528) - **docs:** fix grammar _(by Athan Reines)_
170
171
- [`583452c`](https://github.com/stdlib-js/stdlib/commit/583452c820523f4bc97b293b4424d0c1bf59fffc) - **fix:** add missing property _(by Athan Reines)_
171
172
- [`91ad072`](https://github.com/stdlib-js/stdlib/commit/91ad07207eee217885975ce19d83e85d1f4a6499) - **fix:** add missing property _(by Athan Reines)_
172
173
- [`8d3352e`](https://github.com/stdlib-js/stdlib/commit/8d3352e666353624f97e95ee0805b7d641fc775a) - **fix:** add missing property _(by Athan Reines)_
Original file line number Diff line number Diff line change 40
40
Input array data type.
41
41
42
42
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.
45
45
46
46
out.accessors: Array<Function>
47
47
A two-element array whose first element is an accessor for retrieving an
You can’t perform that action at this time.
0 commit comments