We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c972ce2 commit b02cfefCopy full SHA for b02cfef
doc/api/n-api.md
@@ -1238,7 +1238,7 @@ NAPI_EXTERN napi_status napi_open_handle_scope(napi_env env,
1238
1239
Returns `napi_ok` if the API succeeded.
1240
1241
-This API open a new scope.
+This API opens a new scope.
1242
1243
#### napi_close_handle_scope
1244
<!-- YAML
@@ -1278,7 +1278,7 @@ NAPI_EXTERN napi_status
1278
1279
1280
1281
-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
1282
to the outer scope.
1283
1284
#### napi_close_escapable_handle_scope
0 commit comments