Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/api/cluster.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/cluster.md b/doc/api/cluster.md
index 8e49e6a21d8..ede975b3b57 100644
--- a/doc/api/cluster.md
+++ b/doc/api/cluster.md
@@ -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'][].