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 rvagg committed Oct 18, 2016
1 parent 3939665 commit c39357d
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 @@ -488,7 +488,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 c39357d

Please sign in to comment.