Skip to content

Commit 9719b83

Browse files
vsemozhetbytMylesBorins
authored andcommitted
doc: fix typo in n-api.md
Backport-PR-URL: #19447 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 516c287 commit 9719b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/n-api.md

Lines changed: 1 addition & 1 deletion
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)