Skip to content

Commit 243643e

Browse files
disjukrjasnell
authored andcommitted
doc: fix typo in n-api.md
PR-URL: #13323 Reviewed-By: Luigi Pinca <[email protected]>
1 parent 25a05e5 commit 243643e

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
@@ -530,7 +530,7 @@ Taking the earlier example, adding calls to [`napi_open_handle_scope`][] and
530530
is valid throughout the execution of the loop:
531531

532532
```C
533-
for (int i = 0; i < 1000000; i++) {napi_
533+
for (int i = 0; i < 1000000; i++) {
534534
napi_handle_scope scope;
535535
napi_status status = napi_open_handle_scope(env, &scope);
536536
if (status != napi_ok) {

0 commit comments

Comments
 (0)