Skip to content

Commit 6063ceb

Browse files
cjihrigtargos
authored andcommitted
doc: format ECMA-262 with a hyphen
PR-URL: #28309 Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Reviewed-By: Tiancheng "Timothy" Gu <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 51742b8 commit 6063ceb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/n-api.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ the functions available in the N-API are used.
2222

2323
APIs exposed by N-API are generally used to create and manipulate
2424
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
2626
properties:
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
34513451
object. The properties are defined using property descriptors (see
34523452
[`napi_property_descriptor`][]). Given an array of such property descriptors,
34533453
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
34553455
specification).
34563456

34573457
## Working with JavaScript Functions

0 commit comments

Comments
 (0)