Skip to content

Commit 5f1cbd7

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: passed - 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 c9efaa7 commit 5f1cbd7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The function has the following parameters:
5656
- **lda**: stride of the first dimension of `A` (leading dimension of `A`).
5757
- **B**: second input matrix stored in linear memory.
5858
- **ldb**: stride of the first dimension of `B` (leading dimension of `B`).
59-
- **β**: scalar constant
59+
- **β**: scalar constant.
6060
- **C**: third input matrix stored in linear memory.
6161
- **ldc**: stride of the first dimension of `C` (leading dimension of `C`).
6262

lib/node_modules/@stdlib/blas/ext/find-last-index/lib/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ var base = require( './base.js' );
4242
* @param {Function} clbk - callback function
4343
* @param {*} [thisArg] - callback execution context
4444
* @throws {TypeError} first argument must be an ndarray-like object
45+
* @throws {TypeError} second argument must be a function
4546
* @throws {TypeError} options argument must be an object
4647
* @throws {RangeError} dimension index must not exceed input ndarray bounds
4748
* @throws {RangeError} first argument must have at least one dimension

0 commit comments

Comments
 (0)