Skip to content

Commit 15eb448

Browse files
committed
docs: fix 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: 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: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent d844f8b commit 15eb448

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/lapack/base/iladlr/docs

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/lapack/base/iladlr/docs/repl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
indexing semantics.
4545

4646
While typed array views mandate a view offset based on the underlying
47-
buffer, the offset parameters support indexing semantics based on starting
48-
indices.
47+
buffer, the offset parameter supports indexing semantics based on a starting
48+
index.
4949

5050
If provided an empty matrix or a matrix containing only zeros, the method
5151
returns `-1` (i.e., an invalid index).

0 commit comments

Comments
 (0)