From 02a01bbbaa8b8d438fbe05d079165d3110a674e7 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Tue, 14 Jun 2016 10:12:29 -0400 Subject: [PATCH] doc: correct args for cluster message event This commit corrects the cluster message event signature. Fixes: https://github.com/nodejs/node/issues/5764 --- doc/api/cluster.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/cluster.markdown b/doc/api/cluster.markdown index 087265ba02d382..4c25d58516d309 100644 --- a/doc/api/cluster.markdown +++ b/doc/api/cluster.markdown @@ -485,8 +485,8 @@ The `addressType` is one of: ## Event: 'message' -* `worker` {cluster.Worker} * `message` {Object} +* `handle` {undefined|Object} Emitted when any worker receives a message.