Skip to content

Commit 55e9205

Browse files
committed
chore: minor clean-up
--- 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: 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: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 0102822 commit 55e9205

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/blas/base/zdscal

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/blas/base/zdscal/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ c_zdscal( 3, 2.0, x, 1 );
194194
The function accepts the following arguments:
195195
196196
- **N**: `[in] CBLAS_INT` number of indexed elements.
197-
- **alpha**: `[in] double` constant.
197+
- **alpha**: `[in] double` scalar constant.
198198
- **x**: `[inout] stdlib_complex128_t*` input array.
199199
- **strideX**: `[in] CBLAS_INT` index increment for `x`.
200200
@@ -221,7 +221,7 @@ c_zdscal_ndarray( 3, 2.0, x, 1, 0 );
221221
The function accepts the following arguments:
222222
223223
- **N**: `[in] CBLAS_INT` number of indexed elements.
224-
- **alpha**: `[in] double` constant.
224+
- **alpha**: `[in] double` scalar constant.
225225
- **x**: `[inout] void*` input array.
226226
- **strideX**: `[in] CBLAS_INT` index increment for `x`.
227227
- **offsetX**: `[in] CBLAS_INT` starting index for `x`.

0 commit comments

Comments
 (0)