Skip to content

Commit 22c7d1d

Browse files
committed
Auto-generated commit
1 parent 03108e9 commit 22c7d1d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ A total of 35 issues were closed in this release:
260260

261261
<details>
262262

263+
- [`7b347fa`](https://github.com/stdlib-js/stdlib/commit/7b347facd7397468a643699e102d2c3b6e379198) - **style:** resolve lint failure _(by Athan Reines)_
263264
- [`72af2aa`](https://github.com/stdlib-js/stdlib/commit/72af2aacb1ff59c6e96de88b5994790ca756aca4) - **chore:** fix spelling errors in `array` [(#9768)](https://github.com/stdlib-js/stdlib/pull/9768) _(by Shubham, Philipp Burckhardt)_
264265
- [`bfc8c3a`](https://github.com/stdlib-js/stdlib/commit/bfc8c3a7bcebf1a049c9e457ab440f540fd5c7a9) - **chore:** use one asterisk for license comment in TS files _(by Philipp Burckhardt)_
265266
- [`676581b`](https://github.com/stdlib-js/stdlib/commit/676581b4f1f4ffbece1ae5234a2e6ef1e8fca9f1) - **bench:** refactor to use string interpolation in `array/cartesian-power` [(#9653)](https://github.com/stdlib-js/stdlib/pull/9653) _(by Diyan)_

base/accessors/docs/repl.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
The returned object has the following properties:
66

77
- accessorProtocol: indicating whether the provided array-like object
8-
supports the get/set protocol (i.e., uses accessors for getting and
9-
setting elements).
8+
supports the get/set protocol (i.e., uses accessors for getting and setting
9+
elements).
1010
- accessors: a two-element array whose first element is an accessor for
11-
retrieving an array element and whose second element is an accessor for
12-
setting an array element.
11+
retrieving an array element and whose second element is an accessor for
12+
setting an array element.
1313

1414
The getter accessor accepts two arguments:
1515

0 commit comments

Comments
 (0)