0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00

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>
This commit is contained in:
Zach Bjornson 2016-08-08 10:15:26 -07:00 committed by cjihrig
parent 4c62892a4b
commit e925b62771

View File

@ -577,7 +577,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'][].