Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update doc/api/n-api.md
Co-Authored-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
  • Loading branch information
mhdawson and vsemozhetbyt authored Jul 18, 2019
commit 6dba467c5b8b7c8e21e492fb10f70e3edd6c90fb
2 changes: 1 addition & 1 deletion doc/api/n-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ that could result in the execution of JavaScript or interaction with
JavaScript objects. Most often, any code that needs to make N-API
calls should be made in `napi_async_complete_callback` instead. The
current recommendation is to avoid all usage of the
napi_env parameter in the execute callback as it will most
`napi_env` parameter in the execute callback as it will most
likely cause JavaScript to be executed.

#### napi_async_complete_callback
Expand Down