summaryrefslogtreecommitdiff
path: root/doc/api/cluster.md
diff options
context:
space:
mode:
authorZach Bjornson <zbbjornson@gmail.com>2016-08-08 10:15:26 -0700
committercjihrig <cjihrig@gmail.com>2016-08-10 09:11:22 -0400
commite925b62771b4c205be48607603f9f1c74216c54f (patch)
tree87ed611de2cab2e8b35c0be6c36c8347cef78eed /doc/api/cluster.md
parent4c62892a4b0ee521a8b55c775d5f890b5f9d50bf (diff)
downloadandroid-node-v8-e925b62771b4c205be48607603f9f1c74216c54f.tar.gz
android-node-v8-e925b62771b4c205be48607603f9f1c74216c54f.tar.bz2
android-node-v8-e925b62771b4c205be48607603f9f1c74216c54f.zip
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 8e49e6a21d..ede975b3b5 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'][].