Skip to content

Commit e464449

Browse files
authored
docs: fix base alias
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 84cc299 commit e464449

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"__stdlib__": {
7171
"scaffold": {
7272
"$schema": "math/base@v1.0",
73-
"base_alias": "cfloorf",
73+
"base_alias": "cfloor",
7474
"alias": "cfloorf",
7575
"pkg_desc": "round each component of a single-precision complex floating-point number toward negative infinity",
7676
"desc": "rounds each component a single-precision complex floating-point number toward negative infinity",

0 commit comments

Comments
 (0)