Skip to content

Commit 18a953b

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent 2197079 commit 18a953b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • lib/node_modules/@stdlib/math/base/special/log10f

lib/node_modules/@stdlib/math/base/special/log10f/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"__stdlib__": {
6767
"scaffold": {
6868
"$schema": "math/base@v1.0",
69-
"base_alias": "log10f",
69+
"base_alias": "log10",
7070
"alias": "log10f",
7171
"pkg_desc": "evaluate the common logarithm (base ten) of a single-precision floating-point number",
7272
"desc": "evaluates the common logarithm (base ten) of a single-precision floating-point number",
@@ -129,7 +129,7 @@
129129
}
130130
},
131131
"keywords": [
132-
"log10f",
132+
"log10",
133133
"common",
134134
"base 10",
135135
"logarithm",

0 commit comments

Comments
 (0)