Skip to content

Commit 0a74ad7

Browse files
committed
Auto-generated commit
1 parent 6e06a31 commit 0a74ad7

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
@@ -24,6 +24,7 @@ This release closes the following issue:
2424

2525
<details>
2626

27+
- [`7b347fa`](https://github.com/stdlib-js/stdlib/commit/7b347facd7397468a643699e102d2c3b6e379198) - **style:** resolve lint failure _(by Athan Reines)_
2728
- [`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)_
2829
- [`f774fb9`](https://github.com/stdlib-js/stdlib/commit/f774fb91d2d1704ee91588613a0ac0d68c766c6c) - **bench:** refactor to use string interpolation in `array/base/accessors` [(#8665)](https://github.com/stdlib-js/stdlib/pull/8665) _(by Rohit R Bhat)_
2930
- [`5f73301`](https://github.com/stdlib-js/stdlib/commit/5f73301a8509cc423a06b02140c4e316fd02ff49) - **docs:** minor clean-up _(by Philipp Burckhardt)_

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)