doc: remove comma splice
authorRich Trott <rtrott@gmail.com>
Thu, 4 Jun 2015 20:26:36 +0000 (13:26 -0700)
committerRoman Reiss <me@silverwind.io>
Sun, 7 Jun 2015 20:25:24 +0000 (22:25 +0200)
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>
doc/api/child_process.markdown

index 1082bf0..3d6e5f5 100644 (file)
@@ -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