Skip to content

Commit 4d84e34

Browse files
committed
docs: update type
--- 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: na - task: lint_package_json status: na - task: lint_repl_help status: passed - task: lint_javascript_src status: passed - 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 0a5260e commit 4d84e34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/blas/ext/sum/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
options: Object (optional)
1111
Function options.
1212

13-
options.dtype: string (optional)
13+
options.dtype: string|DataType (optional)
1414
Output array data type. Must be a numeric or "generic" data type.
1515

1616
options.dims: Array<integer> (optional)

lib/node_modules/@stdlib/blas/ext/sum/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ var table = {
6565
* @param {Options} [options] - function options
6666
* @param {IntegerArray} [options.dims] - list of dimensions over which to perform a reduction
6767
* @param {boolean} [options.keepdims=false] - boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions
68-
* @param {string} [options.dtype] - output ndarray data type
68+
* @param {*} [options.dtype] - output ndarray data type
6969
* @throws {TypeError} first argument must be an ndarray-like object
7070
* @throws {TypeError} options argument must be an object
7171
* @throws {RangeError} dimension indices must not exceed input ndarray bounds

0 commit comments

Comments
 (0)