Skip to content

Commit 9719b83

Browse files
vsemozhetbytMylesBorins
authored andcommittedApr 16, 2018
doc: fix typo in n-api.md
Backport-PR-URL: #19447 PR-URL: #18590 Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Weijia Wang <starkwang@126.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
1 parent 516c287 commit 9719b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/api/n-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3462,7 +3462,7 @@ invoking the callback. This should be a value previously obtained
34623462
from [`napi_async_init`][].
34633463
- `[out] result`: The newly created scope.
34643464

3465-
There are cases(for example resolving promises) where it is
3465+
There are cases (for example resolving promises) where it is
34663466
necessary to have the equivalent of the scope associated with a callback
34673467
in place when making certain N-API calls. If there is no other script on
34683468
the stack the [`napi_open_callback_scope`][] and

0 commit comments

Comments
 (0)