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 ec87c77 commit 85fd30d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<section class="release" id="unreleased">

## Unreleased (2024-09-12)
## Unreleased (2024-09-15)

<section class="packages">

Expand Down Expand Up @@ -145,6 +145,7 @@ A total of 3 people contributed to this release. Thank you to the following cont

<details>

- [`95ef049`](https://github.com/stdlib-js/stdlib/commit/95ef04997f2f0f98406dbdf59c5c0ff757c5637a) - **docs:** fix grammar _(by Athan Reines)_
- [`037a7a8`](https://github.com/stdlib-js/stdlib/commit/037a7a81819bbbf2c0d784678b42d423f47d62ce) - **refactor:** use `const` qualifier and update examples _(by Athan Reines)_
- [`00651e7`](https://github.com/stdlib-js/stdlib/commit/00651e7847283dadfb29ef6c90addd78380a3c5b) - **refactor:** use `const` qualifier and update examples _(by Athan Reines)_
- [`114f651`](https://github.com/stdlib-js/stdlib/commit/114f651d1f29cc711adf2990a10d56470650af48) - **refactor:** use base array assertion utility _(by Athan Reines)_
Expand Down
4 changes: 2 additions & 2 deletions base/ndarraylike2object/docs/repl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
Layout order.

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 85fd30d

Please sign in to comment.