File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ the functions available in the N-API are used.
2222
2323APIs exposed by N-API are generally used to create and manipulate
2424JavaScript values. Concepts and operations generally map to ideas specified
25- in the ECMA262 Language Specification. The APIs have the following
25+ in the ECMA-262 Language Specification. The APIs have the following
2626properties:
2727- All N-API calls return a status code of type `napi_status`. This
2828 status indicates whether the API call succeeded or failed.
@@ -3451,7 +3451,7 @@ This method allows the efficient definition of multiple properties on a given
34513451object. The properties are defined using property descriptors (see
34523452[`napi_property_descriptor`][]). Given an array of such property descriptors,
34533453this API will set the properties on the object one at a time, as defined by
3454- `DefineOwnProperty()` (described in [Section 9.1.6][] of the ECMA262
3454+ `DefineOwnProperty()` (described in [Section 9.1.6][] of the ECMA-262
34553455specification).
34563456
34573457## Working with JavaScript Functions
You can’t perform that action at this time.
0 commit comments