Skip to content

Commit 83bd30f

Browse files
committed
chore: apply suggestions from review
--- 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: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: passed - 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 86d0358 commit 83bd30f

File tree

2 files changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/math/base/napi/ternary

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/math/base/napi/ternary/include/stdlib/math/base/napi/ternary/fif_f.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
env, \
5757
"exports", \
5858
NAPI_AUTO_LENGTH, \
59-
stdlib_math_base_napi_did_d_wrapper, \
59+
stdlib_math_base_napi_fif_f_wrapper, \
6060
NULL, \
6161
&f \
6262
); \

lib/node_modules/@stdlib/math/base/napi/ternary/src/fif_f.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include <assert.h>
2323

2424
/**
25-
* Invokes a ternary function accepting single-precision floating-point number, a signed 32-bit integer, and a single-precision floating-point number and returning a single-precision floating-point number.
25+
* Invokes a ternary function accepting a single-precision floating-point number, a signed 32-bit integer, and a single-precision floating-point number and returning a single-precision floating-point number.
2626
*
2727
* ## Notes
2828
*

0 commit comments

Comments
 (0)