Skip to content

Commit

Permalink
doc: fix example in node-api docs
Browse files Browse the repository at this point in the history
Fixes: nodejs#39564

Signed-off-by: Michael Dawson <mdawson@devrus.com>
  • Loading branch information
mhdawson committed Dec 21, 2021
1 parent 113133b commit 6aae8ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/api/n-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4542,6 +4542,7 @@ snippet:
function AddTwo(num) {
return num + 2;
}
global.AddTwo = AddTwo;
```
Then, the above function can be invoked from a native add-on using the
Expand Down

0 comments on commit 6aae8ac

Please sign in to comment.