Skip to content

Commit bdaa52b

Browse files
committed
Auto-generated commit
1 parent ab091af commit bdaa52b

File tree

8 files changed

+8
-7
lines changed

8 files changed

+8
-7
lines changed

CHANGELOG.md

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

519519
<details>
520520

521+
- [`626b52b`](https://github.com/stdlib-js/stdlib/commit/626b52bc5f30d90237d82055095814a5f6e75546) - **docs:** remove comma _(by Athan Reines)_
521522
- [`0b84dbb`](https://github.com/stdlib-js/stdlib/commit/0b84dbba9791d2033079cecb12a33f9e66640e54) - **docs:** update description _(by Athan Reines)_
522523
- [`5ba8e94`](https://github.com/stdlib-js/stdlib/commit/5ba8e94230c744e76b6c13e5d534019bab83591f) - **docs:** update description _(by Athan Reines)_
523524
- [`6e295d6`](https://github.com/stdlib-js/stdlib/commit/6e295d6318d437bd1d139a9ef036195d09562c83) - **docs:** update description _(by Athan Reines)_

base/binary-reduce-strided1d-dispatch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The method has the following parameters:
115115
The method accepts the following options:
116116

117117
- **dims**: list of dimensions over which to perform a reduction.
118-
- **dtype**: output ndarray data type. Setting this option, overrides the output data type policy.
118+
- **dtype**: output ndarray data type. Setting this option overrides the output data type policy.
119119
- **keepdims**: boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions. Default: `false`.
120120

121121
By default, the method returns an ndarray having a data type determined by the output data type policy. To override the default behavior, set the `dtype` option.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ The function has the following parameters:
121121
The function accepts the following options:
122122

123123
- **dims**: list of dimensions over which to perform a reduction.
124-
- **dtype**: output ndarray data type. Setting this option, overrides the output data type policy.
124+
- **dtype**: output ndarray data type. Setting this option overrides the output data type policy.
125125
- **keepdims**: boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions. Default: `false`.
126126

127127
By default, the function returns an ndarray having a data type determined by the output data type policy. To override the default behavior, set the `dtype` option.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The method has the following parameters:
117117
The method accepts the following options:
118118

119119
- **dims**: list of dimensions over which to perform a reduction.
120-
- **dtype**: output ndarray data type. Setting this option, overrides the output data type policy.
120+
- **dtype**: output ndarray data type. Setting this option overrides the output data type policy.
121121
- **keepdims**: boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions. Default: `false`.
122122

123123
By default, the method returns an ndarray having a data type determined by the output data type policy. To override the default behavior, set the `dtype` option.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The function has the following parameters:
115115
The function accepts the following options:
116116

117117
- **dims**: list of dimensions over which to perform a reduction.
118-
- **dtype**: output ndarray data type. Setting this option, overrides the output data type policy.
118+
- **dtype**: output ndarray data type. Setting this option overrides the output data type policy.
119119
- **keepdims**: boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions. Default: `false`.
120120

121121
By default, the function returns an ndarray having a data type determined by the output data type policy. To override the default behavior, set the `dtype` option.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The method has the following parameters:
109109
The method accepts the following options:
110110

111111
- **dims**: list of dimensions over which to perform a reduction.
112-
- **dtype**: output ndarray data type. Setting this option, overrides the output data type policy.
112+
- **dtype**: output ndarray data type. Setting this option overrides the output data type policy.
113113
- **keepdims**: boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions. Default: `false`.
114114

115115
By default, the method returns an ndarray having a data type determined by the output data type policy. To override the default behavior, set the `dtype` option.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The function has the following parameters:
122122
The function accepts the following options:
123123

124124
- **dims**: list of dimensions over which to perform operation.
125-
- **dtype**: output ndarray data type. Setting this option, overrides the output data type policy.
125+
- **dtype**: output ndarray data type. Setting this option overrides the output data type policy.
126126

127127
By default, the function returns an ndarray having a data type determined by the output data type policy. To override the default behavior, set the `dtype` option.
128128

base/unary-strided1d-dispatch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The method has the following parameters:
122122
The method accepts the following options:
123123

124124
- **dims**: list of dimensions over which to perform an operation.
125-
- **dtype**: output ndarray data type. Setting this option, overrides the output data type policy.
125+
- **dtype**: output ndarray data type. Setting this option overrides the output data type policy.
126126

127127
By default, the method returns an ndarray having a data type determined by the output data type policy. To override the default behavior, set the `dtype` option.
128128

0 commit comments

Comments
 (0)