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 f34ae26

Browse filesBrowse files
Trottgibfahn
authored andcommitted
doc: use "JavaScript" instead of "Javascript"
PR-URL: #17163 Backport-PR-URL: #17765 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
1 parent d23df03 commit f34ae26
Copy full SHA for f34ae26

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

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

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ us a report nonetheless.
193193

194194
- [#14519](https://github.com/nodejs/node/issues/14519): _Internal domain
195195
function can be used to cause segfaults_. Causing program termination using
196-
either the public Javascript APIs or the private bindings layer APIs requires
197-
the ability to execute arbitrary Javascript code, which is already the highest
196+
either the public JavaScript APIs or the private bindings layer APIs requires
197+
the ability to execute arbitrary JavaScript code, which is already the highest
198198
level of privilege possible.
199199

200200
- [#12141](https://github.com/nodejs/node/pull/12141): _buffer: zero fill
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
@@ -204,7 +204,7 @@ typedef void (*napi_async_complete_callback)(napi_env env,
204204
```
205205

206206
## Error Handling
207-
N-API uses both return values and Javascript exceptions for error handling.
207+
N-API uses both return values and JavaScript exceptions for error handling.
208208
The following sections explain the approach for each case.
209209

210210
### Return values
@@ -2863,7 +2863,7 @@ Returns `napi_ok` if the API succeeded.
28632863

28642864
This API allows an add-on author to create a function object in native code.
28652865
This is the primary mechanism to allow calling *into* the add-on's native code
2866-
*from* Javascript.
2866+
*from* JavaScript.
28672867

28682868
*Note*: The newly created function is not automatically visible from
28692869
script after this call. Instead, a property must be explicitly set on any

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.