Skip to content

Commit 5f2b6ec

Browse files
committed
Auto-generated commit
1 parent 99e27cb commit 5f2b6ec

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
@@ -1774,6 +1774,8 @@ A total of 14 people contributed to this release. Thank you to the following con
17741774

17751775
<details>
17761776

1777+
- [`5fb7055`](https://github.com/stdlib-js/stdlib/commit/5fb70551ba3e223bbb24ca2166b81dbc4545786a) - **docs:** fix copy _(by Athan Reines)_
1778+
- [`8aea263`](https://github.com/stdlib-js/stdlib/commit/8aea26357040a545433c325c662239e2aa43fec1) - **docs:** fix copy _(by Athan Reines)_
17771779
- [`9ffa53e`](https://github.com/stdlib-js/stdlib/commit/9ffa53e1178f1e7c67f59d4d4e81e76602e4915b) - **docs:** update copy _(by Athan Reines)_
17781780
- [`270d773`](https://github.com/stdlib-js/stdlib/commit/270d77340c33be953ec29ca4d1924fffdb18df0b) - **refactor:** modify dispatch table to support type signatures _(by Athan Reines)_
17791781
- [`2b48dd6`](https://github.com/stdlib-js/stdlib/commit/2b48dd67916dc94703baac7f524b3136e8014f1c) - **refactor:** modify dispatch table to support type signatures _(by Athan Reines)_

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ The method accepts the following options:
204204
205205
- **arrays**: array containing an input ndarray, followed by any additional ndarray arguments.
206206
207-
- The output data type policy only applies to the function returned by `factory`. For the `assign` method, the output ndarray is allowed to have any data type.
207+
- The output data type policy only applies to the function returned by the main function. For the `assign` method, the output ndarray is allowed to have any data type.
208208
209209
</section>
210210

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ The method accepts the following options:
206206
207207
- **arrays**: array containing an input and an output ndarray, followed by any additional ndarray arguments.
208208
209-
- The output data type policy only applies to the function returned by `factory`. For the `assign` method, the output ndarray is allowed to have any data type.
209+
- The output data type policy only applies to the function returned by the main function. For the `assign` method, the output ndarray is allowed to have any data type.
210210
211211
</section>
212212

0 commit comments

Comments
 (0)