Navigation Menu

Skip to content

Commit

Permalink
doc: fix typos in handle scope descriptions
Browse files Browse the repository at this point in the history
PR-URL: #33267
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Masashi Hirano <shisama07@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
tniessen authored and codebytere committed Jun 9, 2020
1 parent fa4a37c commit 7d8a226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/n-api.md
Expand Up @@ -1233,7 +1233,7 @@ NAPI_EXTERN napi_status napi_open_handle_scope(napi_env env,
Returns `napi_ok` if the API succeeded.
This API open a new scope.
This API opens a new scope.
#### napi_close_handle_scope
<!-- YAML
Expand Down Expand Up @@ -1273,7 +1273,7 @@ NAPI_EXTERN napi_status
Returns `napi_ok` if the API succeeded.
This API open a new scope from which one object can be promoted
This API opens a new scope from which one object can be promoted
to the outer scope.
#### napi_close_escapable_handle_scope
Expand Down

0 comments on commit 7d8a226

Please sign in to comment.