Skip to content

Commit

Permalink
doc: fix cluster message event docs
Browse files Browse the repository at this point in the history
Fixes: #7997
PR-URL: #8017
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Brian White <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
zbjornson authored and cjihrig committed Aug 10, 2016
1 parent 4c62892 commit e925b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'][].

Expand Down

0 comments on commit e925b62

Please sign in to comment.