Skip to content

Commit

Permalink
doc: correct args for cluster message event
Browse files Browse the repository at this point in the history
This commit corrects the cluster message event signature.

Fixes: #5764
PR-URL: #7297
Reviewed-By: Brian White <mscdex@mscdex.net>
  • Loading branch information
cjihrig authored and Myles Borins committed Jun 24, 2016
1 parent be0bb5f commit 98469ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/cluster.markdown
Expand Up @@ -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.

Expand Down

0 comments on commit 98469ad

Please sign in to comment.