doc: fixed io.js references in process.markdown · nodejs/node@55ac24f

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