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 <cjihrig@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
zbjornson authored and cjihrig committed Aug 10, 2016
1 parent 5d68e4b commit 96d15e2
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 96d15e2

Please sign in to comment.