Skip to content

Commit 4d43607

Browse files
vsemozhetbytMylesBorins
authored andcommitted
doc: fix typo in n-api.md
Backport-PR-URL: #19265 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 9244e1d commit 4d43607

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
@@ -3464,7 +3464,7 @@ invoking the callback. This should be a value previously obtained
34643464
from [`napi_async_init`][].
34653465
- `[out] result`: The newly created scope.
34663466

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

0 commit comments

Comments
 (0)