Skip to content

Commit d6f998c

Browse files
committed
fix: update TypeScript comments to use single-precision in number/float32/base namespace
--- 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: 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: passed - task: lint_license_headers status: passed ---
1 parent 2b636d9 commit d6f998c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/number/float32/base/assert/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ interface Namespace {
182182
}
183183

184184
/**
185-
* Base double-precision floating-point number assert functions.
185+
* Base single-precision floating-point number assert functions.
186186
*/
187187
declare var ns: Namespace;
188188

lib/node_modules/@stdlib/number/float32/base/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ interface Namespace {
7272
add: typeof add;
7373

7474
/**
75-
* Base double-precision floating-point number assert functions.
75+
* Base single-precision floating-point number assert functions.
7676
*/
7777
assert: typeof assert;
7878

0 commit comments

Comments
 (0)