Skip to content

Commit e8a75ee

Browse files
vsemozhetbytMylesBorins
authored andcommitted
doc: fix typo in n-api.md
PR-URL: #18590 Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Weijia Wang <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]>
1 parent c642e22 commit e8a75ee

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

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

0 commit comments

Comments
 (0)