Skip to content

Commit de35b99

Browse files
authored
docs: fix aliases
Signed-off-by: Athan <[email protected]>
1 parent ac9de85 commit de35b99

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/math/base/special/riemann-zeta

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/math/base/special/riemann-zeta/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
"__stdlib__": {
7272
"scaffold": {
7373
"$schema": "math/[email protected]",
74-
"base_alias": "riemann-zeta",
75-
"alias": "riemann-zeta",
74+
"base_alias": "zeta",
75+
"alias": "zeta",
7676
"pkg_desc": "evaluate the Riemann zeta function as a function of a real variable `s`",
7777
"desc": "evaluates the Riemann zeta function as a function of a real variable `s`",
7878
"short_desc": "Riemann zeta",

0 commit comments

Comments
 (0)