Skip to content

Commit 035cb54

Browse files
authored
chore: fix base alias
Signed-off-by: Athan <[email protected]>
1 parent 928cce1 commit 035cb54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"__stdlib__": {
7373
"scaffold": {
7474
"$schema": "math/[email protected]",
75-
"base_alias": "tan",
75+
"base_alias": "tanh",
7676
"alias": "tanh",
7777
"pkg_desc": "compute the hyperbolic tangent of a double-precision floating-point number",
7878
"desc": "computes the hyperbolic tangent of a double-precision floating-point number",

0 commit comments

Comments
 (0)