Skip to content

Commit

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

Signed-off-by: Michael Dawson <mdawson@devrus.com>

PR-URL: #41264
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Harshitha K P <harshitha014@gmail.com>
  • Loading branch information
mhdawson authored and targos committed Jan 14, 2022
1 parent 46b364a commit dac8407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/api/n-api.md
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 dac8407

Please sign in to comment.