Skip to content

Commit 626b52b

Browse files
committed
docs: remove comma
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: passed - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 0b84dbb commit 626b52b

File tree

7 files changed

+7
-7
lines changed
  • lib/node_modules/@stdlib/ndarray/base

7 files changed

+7
-7
lines changed

lib/node_modules/@stdlib/ndarray/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.

lib/node_modules/@stdlib/ndarray/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.

lib/node_modules/@stdlib/ndarray/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.

lib/node_modules/@stdlib/ndarray/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.

lib/node_modules/@stdlib/ndarray/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.

lib/node_modules/@stdlib/ndarray/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

lib/node_modules/@stdlib/ndarray/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)