Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6063ceb

Browse filesBrowse files
cjihrigtargos
authored andcommitted
doc: format ECMA-262 with a hyphen
PR-URL: #28309 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent 51742b8 commit 6063ceb
Copy full SHA for 6063ceb

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/n-api.md‎

Copy file name to clipboardExpand all lines: doc/api/n-api.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.