Skip to content

Commit 4b1efc6

Browse files
committed
docs: update dtype 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: 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: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent ff435c0 commit 4b1efc6

File tree

33 files changed

+33
-33
lines changed

33 files changed

+33
-33
lines changed

lib/node_modules/@stdlib/stats/cumax/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 real-valued or "generic" data type.
1515

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

lib/node_modules/@stdlib/stats/cumin/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 real-valued or "generic" data type.
1515

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

lib/node_modules/@stdlib/stats/max-by/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
options: Object (optional)
2323
Function options.
2424

25-
options.dtype: string (optional)
25+
options.dtype: string|DataType (optional)
2626
Output array data type. Must be a real-valued or "generic" data type.
2727

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

lib/node_modules/@stdlib/stats/max/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 real-valued or "generic" data type.
1515

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

lib/node_modules/@stdlib/stats/maxabs/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 real-valued or "generic" data type.
1515

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

lib/node_modules/@stdlib/stats/maxsorted/docs/repl.txt

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

14-
options.dtype: string (optional)
14+
options.dtype: string|DataType (optional)
1515
Output array data type. Must be a real-valued or "generic" data type.
1616

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

lib/node_modules/@stdlib/stats/mean/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 real-valued floating-point or
1515
"generic" data type.
1616

lib/node_modules/@stdlib/stats/meankbn/docs/repl.txt

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

14-
options.dtype: string (optional)
14+
options.dtype: string|DataType (optional)
1515
Output array data type. Must be a real-valued floating-point or
1616
"generic" data type.
1717

lib/node_modules/@stdlib/stats/meankbn2/docs/repl.txt

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

14-
options.dtype: string (optional)
14+
options.dtype: string|DataType (optional)
1515
Output array data type. Must be a real-valued floating-point or
1616
"generic" data type.
1717

lib/node_modules/@stdlib/stats/meanors/docs/repl.txt

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

14-
options.dtype: string (optional)
14+
options.dtype: string|DataType (optional)
1515
Output array data type. Must be a real-valued floating-point or
1616
"generic" data type.
1717

0 commit comments

Comments
 (0)