Skip to content

Commit b6e9f9b

Browse files
committed
Auto-generated commit
1 parent 31d17dc commit b6e9f9b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1751,6 +1751,8 @@ A total of 14 people contributed to this release. Thank you to the following con
17511751

17521752
<details>
17531753

1754+
- [`70909a2`](https://github.com/stdlib-js/stdlib/commit/70909a23604547f4430a729bf811dcc0ee999055) - **docs:** use consistent terms _(by Athan Reines)_
1755+
- [`165c983`](https://github.com/stdlib-js/stdlib/commit/165c9830b22788f30213ae6e8df73bd2b683f332) - **docs:** use consistent terms _(by Athan Reines)_
17541756
- [`ac10964`](https://github.com/stdlib-js/stdlib/commit/ac109649d1cfad63800282f0d509aff419bfeb33) - **fix:** ensure correct table validation _(by Athan Reines)_
17551757
- [`d4f8189`](https://github.com/stdlib-js/stdlib/commit/d4f8189e03d81f54c5483ffb016ca967a3888565) - **refactor:** modify dispatch table to support type signatures _(by Athan Reines)_
17561758
- [`d287f8e`](https://github.com/stdlib-js/stdlib/commit/d287f8e4a80211270e9fa96e05a17d6d1a9d2655) - **refactor:** modify dispatch table to support type signatures _(by Athan Reines)_

base/unary-strided1d-dispatch-factory/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ The method has the following parameters:
182182
- **out**: output ndarray.
183183
- **options**: function options (_optional_).
184184

185-
The function accepts the following options:
185+
The method accepts the following options:
186186

187187
- **dims**: list of dimensions over which to perform operation.
188188

base/unary-strided1d-dispatch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ The method has the following parameters:
174174
- **out**: output ndarray.
175175
- **options**: function options (_optional_).
176176

177-
The function accepts the following options:
177+
The method accepts the following options:
178178

179179
- **dims**: list of dimensions over which to perform an operation.
180180

0 commit comments

Comments
 (0)