From b3e415f026d394433623d7c99e1ff169f94e4caa Mon Sep 17 00:00:00 2001 From: Colin Ihrig Date: Wed, 15 Jun 2016 10:31:42 -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 PR-URL: https://github.com/nodejs/node/pull/7297 Reviewed-By: Brian White --- 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.