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 <[email protected]>
  • Loading branch information
cjihrig authored Jun 15, 2016
1 parent c6d8b7c commit 47f82cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/cluster.markdown
Original file line number Diff line number Diff line change
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 47f82cd

Please sign in to comment.