Skip to content

Commit 50af83b

Browse files
committed
docs: update copy
--- 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: 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 67315ee commit 50af83b

File tree

41 files changed

+41
-41
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+41
-41
lines changed

lib/node_modules/@stdlib/stats/cumax/README.md

Lines changed: 1 addition & 1 deletion

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
Parameters
3939
----------
4040
x: ndarray
41-
Input array. Must have a real-valued or generic data type.
41+
Input array. Must have a real-valued or "generic" data type.
4242

4343
out: ndarray
4444
Output array.

lib/node_modules/@stdlib/stats/cumin/README.md

Lines changed: 1 addition & 1 deletion

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
Parameters
3939
----------
4040
x: ndarray
41-
Input array. Must have a real-valued or generic data type.
41+
Input array. Must have a real-valued or "generic" data type.
4242

4343
out: ndarray
4444
Output array.

lib/node_modules/@stdlib/stats/max/README.md

Lines changed: 1 addition & 1 deletion

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
Parameters
4343
----------
4444
x: ndarray
45-
Input array. Must have a real-valued or generic data type.
45+
Input array. Must have a real-valued or "generic" data type.
4646

4747
out: ndarray
4848
Output array.

lib/node_modules/@stdlib/stats/maxabs/README.md

Lines changed: 1 addition & 1 deletion

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
Parameters
4242
----------
4343
x: ndarray
44-
Input array. Must have a real-valued or generic data type.
44+
Input array. Must have a real-valued or "generic" data type.
4545

4646
out: ndarray
4747
Output array.

lib/node_modules/@stdlib/stats/maxsorted/README.md

Lines changed: 1 addition & 1 deletion

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
Parameters
4343
----------
4444
x: ndarray
45-
Input array. Must have a real-valued or generic data type.
45+
Input array. Must have a real-valued or "generic" data type.
4646

4747
out: ndarray
4848
Output array.

0 commit comments

Comments
 (0)