Browse Source

doc: fix cluster message event docs

Fixes: https://github.com/nodejs/node/issues/7997
PR-URL: https://github.com/nodejs/node/pull/8017
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
v4.x
Zach Bjornson 9 years ago
committed by Myles Borins
parent
commit
f1e14e4227
  1. 2
      doc/api/cluster.md

2
doc/api/cluster.md

@ -488,7 +488,7 @@ The `addressType` is one of:
* `message` {Object}
* `handle` {undefined|Object}
Emitted when any worker receives a message.
Emitted when the cluster master receives a message from any worker.
See [child_process event: 'message'][].

Loading…
Cancel
Save