Skip to content

Commit

Permalink
docs: fix macro name
Browse files Browse the repository at this point in the history
Signed-off-by: Athan <[email protected]>
  • Loading branch information
kgryte authored Aug 1, 2024
1 parent 4e0b6ec commit 90612dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/math/base/napi/binary/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ static double fcn( const int64_t x, const int64_t y ) {
// ...

// Register a Node-API module:
STDLIB_MATH_BASE_NAPI_MODULE_II_D( fcn );
STDLIB_MATH_BASE_NAPI_MODULE_LL_D( fcn );
```
The macro expects the following arguments:
Expand Down

0 comments on commit 90612dc

Please sign in to comment.