From d84a6bb133352d2da74664d3c6680aa729f60f03 Mon Sep 17 00:00:00 2001 From: Divit Jain Date: Sun, 21 Dec 2025 08:41:05 +0530 Subject: [PATCH] chore: address commit comments for commit 9799f77 (issue #9288) --- 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: passed - 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 --- --- .../@stdlib/number/float16/ctor/benchmark/benchmark.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/node_modules/@stdlib/number/float16/ctor/benchmark/benchmark.js b/lib/node_modules/@stdlib/number/float16/ctor/benchmark/benchmark.js index 389d7670c9ed..f83a41ade6f3 100644 --- a/lib/node_modules/@stdlib/number/float16/ctor/benchmark/benchmark.js +++ b/lib/node_modules/@stdlib/number/float16/ctor/benchmark/benchmark.js @@ -71,7 +71,7 @@ bench( format( '%s::get:value', pkg ), function benchmark( b ) { b.end(); }); -bench( format( '%s::toString', pkg ), function benchmark( b ) { +bench( format( '%s:toString', pkg ), function benchmark( b ) { var o; var z; var i; @@ -93,7 +93,7 @@ bench( format( '%s::toString', pkg ), function benchmark( b ) { b.end(); }); -bench( format( '%s::toJSON', pkg ), function benchmark( b ) { +bench( format( '%s:toJSON', pkg ), function benchmark( b ) { var o; var z; var i;