diff --git a/doc/api/cluster.md b/doc/api/cluster.md index d3fb499b89f45b..a96a7caffae6da 100644 --- a/doc/api/cluster.md +++ b/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'][].