Skip to content

Commit c8bf1de

Browse files
committed
docs: fix parameter description
--- 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: na - 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 3a086a9 commit c8bf1de

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/lapack/base/dlaset/docs/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ interface Routine {
2929
/**
3030
* Sets the off-diagonal elements and the diagonal elements of a double-precision floating-point matrix to specified values.
3131
*
32-
* @param order - storage layout of `A` and `B`
32+
* @param order - storage layout of `A`
3333
* @param uplo - specifies whether to set the upper or lower triangular/trapezoidal part of matrix `A`
3434
* @param M - number of rows in matrix `A`
3535
* @param N - number of columns in matrix `A`
@@ -77,7 +77,7 @@ interface Routine {
7777
/**
7878
* Sets the off-diagonal elements and the diagonal elements of a double-precision floating-point matrix to specified values.
7979
*
80-
* @param order - storage layout of `A` and `B`
80+
* @param order - storage layout of `A`
8181
* @param uplo - specifies whether to set the upper or lower triangular/trapezoidal part of matrix `A`
8282
* @param M - number of rows in matrix `A`
8383
* @param N - number of columns in matrix `A`

0 commit comments

Comments
 (0)