doc: remove comma splice
Remove comma splice. Edit for clarity and concision. PR-URL: https://github.com/nodejs/io.js/pull/1900 Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
This commit is contained in:
parent
deb8b87dc9
commit
ff39ecb914
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user