File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ the functions available in the N-API are used.
22
22
23
23
APIs exposed by N-API are generally used to create and manipulate
24
24
JavaScript 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
26
26
properties:
27
27
- All N-API calls return a status code of type `napi_status`. This
28
28
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
3451
3451
object. The properties are defined using property descriptors (see
3452
3452
[`napi_property_descriptor`][]). Given an array of such property descriptors,
3453
3453
this 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
3455
3455
specification).
3456
3456
3457
3457
## Working with JavaScript Functions
You can’t perform that action at this time.
0 commit comments