Skip to content

Commit

Permalink
doc:fixed io.js references in process.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
tflanagan authored and = committed Sep 13, 2015
1 parent a787f72 commit 13996d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/process.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ parent process using `process.send()`. Each will be received as a
['message'](child_process.html#child_process_event_message)
event on the parent's `ChildProcess` object.

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


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

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


Expand Down

0 comments on commit 13996d1

Please sign in to comment.