Skip to content

Commit abb2a4b

Browse 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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/process.markdown

+2-2
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)