Skip to content

Commit 18f1915

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: na - 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: passed - 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 ae684df commit 18f1915

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/node_modules/@stdlib/ndarray/base/ctor/lib/serialize2string.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ function serialize2string( ctx, method, locales, options ) {
180180
}
181181
}
182182
}
183-
ctor = CTORS[ ctx.dtype ];
183+
ctor = CTORS[ dt ];
184184
str += replace( ctor, '{{data}}', buffer );
185185
str += ', ';
186186

lib/node_modules/@stdlib/stats/base/dists/geometric/mgf/test/test.mgf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ tape( 'the function returns a finite value when `t` is just below the boundary c
147147
t.end();
148148
});
149149

150-
tape( 'the function returns NaN when `t` is just above the boundary condition', function test( t ) {
150+
tape( 'the function returns `NaN` when `t` is just above the boundary condition', function test( t ) {
151151
var boundary;
152152
var p;
153153
var y;

0 commit comments

Comments
 (0)