mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: fix typos in handle scope descriptions
PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
committed by
Anna Henningsen
parent
ee8756760c
commit
1786504afa
@@ -1238,7 +1238,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
|
||||
@@ -1278,7 +1278,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
|
||||
|
||||
Reference in New Issue
Block a user