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:
authorZach Bjornson <zbbjornson@gmail.com>2016-08-08 20:15:26 +0300
committercjihrig <cjihrig@gmail.com>2016-08-10 16:11:22 +0300
commite925b62771b4c205be48607603f9f1c74216c54f (patch)
tree87ed611de2cab2e8b35c0be6c36c8347cef78eed /doc/api/cluster.md
parent4c62892a4b0ee521a8b55c775d5f890b5f9d50bf (diff)
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>
Diffstat (limited to 'doc/api/cluster.md')
-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'][].