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 fa4a37c commit 7d8a226Copy full SHA for 7d8a226
doc/api/n-api.md
@@ -1233,7 +1233,7 @@ NAPI_EXTERN napi_status napi_open_handle_scope(napi_env env,
1233
1234
Returns `napi_ok` if the API succeeded.
1235
1236
-This API open a new scope.
+This API opens a new scope.
1237
1238
#### napi_close_handle_scope
1239
<!-- YAML
@@ -1273,7 +1273,7 @@ NAPI_EXTERN napi_status
1273
1274
1275
1276
-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
1277
to the outer scope.
1278
1279
#### napi_close_escapable_handle_scope
0 commit comments