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 abb2a4b

Browse filesBrowse files
tflanagansam-github
authored andcommitted
doc: fixed io.js references in process.markdown
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> PR-URL: #2846
1 parent a787f72 commit abb2a4b
Copy full SHA for abb2a4b

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/process.markdown‎

Copy file name to clipboardExpand all lines: doc/api/process.markdown
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ parent process using `process.send()`. Each will be received as a
924924
['message'](child_process.html#child_process_event_message)
925925
event on the parent's `ChildProcess` object.
926926

927-
If io.js was not spawned with an IPC channel, `process.send()` will be undefined.
927+
If Node.js was not spawned with an IPC channel, `process.send()` will be undefined.
928928

929929

930930
## process.disconnect()
@@ -935,7 +935,7 @@ gracefully once there are no other connections keeping it alive.
935935
Identical to the parent process's
936936
[ChildProcess.disconnect()](child_process.html#child_process_child_disconnect).
937937

938-
If io.js was not spawned with an IPC channel, `process.disconnect()` will be
938+
If Node.js was not spawned with an IPC channel, `process.disconnect()` will be
939939
undefined.
940940

941941

0 commit comments

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