Skip to content

Commit

Permalink
doc: remove comma splice
Browse files Browse the repository at this point in the history
Remove comma splice. Edit for clarity and concision.

PR-URL: #1900
Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
  • Loading branch information
Trott authored and silverwind committed Jun 7, 2015
1 parent deb8b87 commit ff39ecb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/child_process.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ instead, see
There is a special case when sending a `{cmd: 'NODE_foo'}` message. All messages
containing a `NODE_` prefix in its `cmd` property will not be emitted in
the `message` event, since they are internal messages used by io.js core.
Messages containing the prefix are emitted in the `internalMessage` event, you
should by all means avoid using this feature, it is subject to change without notice.
Messages containing the prefix are emitted in the `internalMessage` event.
Avoid using this feature; it is subject to change without notice.

The `sendHandle` option to `child.send()` is for sending a TCP server or
socket object to another process. The child will receive the object as its
Expand Down

0 comments on commit ff39ecb

Please sign in to comment.