Skip to content

Commit d293a23

Browse files
committed
docs: add missing periods
--- 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 5f1cbd7 commit d293a23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The function has the following parameters:
5858
- **lda**: stride of the first dimension of `A` (leading dimension of `A`).
5959
- **B**: second input matrix stored in linear memory as a [`Float64Array`][mdn-float64array].
6060
- **ldb**: stride of the first dimension of `B` (leading dimension of `B`).
61-
- **β**: scalar constant
61+
- **β**: scalar constant.
6262
- **C**: third input matrix stored in linear memory as a [`Float64Array`][mdn-float64array].
6363
- **ldc**: stride of the first dimension of `C` (leading dimension of `C`).
6464

lib/node_modules/@stdlib/complex/float64/base/mul-add/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ var v = muladd( z1, z2, z3 );
5656

5757
The function supports the following parameters:
5858

59-
- **alpha**: first [complex number][@stdlib/complex/float64/ctor]
59+
- **alpha**: first [complex number][@stdlib/complex/float64/ctor].
6060
- **x**: second [complex number][@stdlib/complex/float64/ctor].
6161
- **y**: third [complex number][@stdlib/complex/float64/ctor].
6262

0 commit comments

Comments
 (0)