Skip to content

Commit 71349bc

Browse files
authored
fix: update function name
Signed-off-by: Athan <[email protected]>
1 parent 74ecbc8 commit 71349bc

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/complex/float64/conj/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/complex/float64/conj/src/addon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
#include "stdlib/complex/float64/conj.h"
2020
#include "stdlib/math/base/napi/unary.h"
2121

22-
STDLIB_MATH_BASE_NAPI_MODULE_Z_Z( stdlib_complex128_neg )
22+
STDLIB_MATH_BASE_NAPI_MODULE_Z_Z( stdlib_complex128_conj )

0 commit comments

Comments
 (0)