Skip to content

Commit 328ca77

Browse files
committed
docs: fix notes
--- 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 12d495c commit 328ca77

5 files changed

Lines changed: 7 additions & 5 deletions

File tree

lib/node_modules/@stdlib/blas/ext/base/ndarray/dsort/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
ndarray is sorted in increasing order. When the sort order is equal to zero,
88
the input ndarray is left unchanged.
99

10-
The input ndarray is sorted *in-place* (i.e., the input strided array is
10+
The input ndarray is sorted *in-place* (i.e., the input ndarray is
1111
*mutated*).
1212

1313
Parameters

lib/node_modules/@stdlib/blas/ext/base/ndarray/dsorthp/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
ndarray is sorted in increasing order. When the sort order is equal to zero,
99
the input ndarray is left unchanged.
1010

11-
The input ndarray is sorted *in-place* (i.e., the input strided array is
11+
The input ndarray is sorted *in-place* (i.e., the input ndarray is
1212
*mutated*).
1313

1414
Parameters

lib/node_modules/@stdlib/blas/ext/base/ndarray/gsort/docs/repl.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
ndarray is sorted in increasing order. When the sort order is equal to zero,
88
the input ndarray is left unchanged.
99

10-
The input ndarray is sorted in-place (i.e., the input ndarray is mutated).
10+
The input ndarray is sorted *in-place* (i.e., the input ndarray is
11+
*mutated*).
1112

1213
Parameters
1314
----------

lib/node_modules/@stdlib/blas/ext/base/ndarray/gsorthp/docs/repl.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
ndarray is sorted in increasing order. When the sort order is equal to zero,
88
the input ndarray is left unchanged.
99

10-
The input ndarray is sorted in-place (i.e., the input ndarray is mutated).
10+
The input ndarray is sorted *in-place* (i.e., the input ndarray is
11+
*mutated*).
1112

1213
Parameters
1314
----------

lib/node_modules/@stdlib/blas/ext/base/ndarray/ssorthp/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
ndarray is sorted in increasing order. When the sort order is equal to zero,
99
the input ndarray is left unchanged.
1010

11-
The input ndarray is sorted *in-place* (i.e., the input strided array is
11+
The input ndarray is sorted *in-place* (i.e., the input ndarray is
1212
*mutated*).
1313

1414
Parameters

0 commit comments

Comments
 (0)