Skip to content

Commit

Permalink
doc: fix cluster message event docs
Browse files Browse the repository at this point in the history
* cluster "message" is emitted when master, not worker, receives a message from a worker.

Fixes nodejs#7997.
  • Loading branch information
zbjornson committed Aug 8, 2016
1 parent f59b888 commit a75022a
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 @@ -516,7 +516,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 a75022a

Please sign in to comment.