Skip to content

Commit ff39ecb

Browse files
Trottsilverwind
authored andcommitted
doc: remove comma splice
Remove comma splice. Edit for clarity and concision. PR-URL: #1900 Reviewed-By: Chris Dickinson <[email protected]>
1 parent deb8b87 commit ff39ecb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/child_process.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ instead, see
254254
There is a special case when sending a `{cmd: 'NODE_foo'}` message. All messages
255255
containing a `NODE_` prefix in its `cmd` property will not be emitted in
256256
the `message` event, since they are internal messages used by io.js core.
257-
Messages containing the prefix are emitted in the `internalMessage` event, you
258-
should by all means avoid using this feature, it is subject to change without notice.
257+
Messages containing the prefix are emitted in the `internalMessage` event.
258+
Avoid using this feature; it is subject to change without notice.
259259

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

0 commit comments

Comments
 (0)