File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -635,10 +635,10 @@ changes:
635635
636636Send a message to a worker or primary, optionally with a handle.
637637
638- In the primary this sends a message to a specific worker. It is identical to
638+ In the primary, this sends a message to a specific worker. It is identical to
639639[ ` ChildProcess.send() ` ] [ ] .
640640
641- In a worker this sends a message to the primary. It is identical to
641+ In a worker, this sends a message to the primary. It is identical to
642642` process.send() ` .
643643
644644This example will echo back all messages from the primary:
@@ -741,7 +741,7 @@ added: v0.7.0
741741* ` address ` {Object}
742742
743743After calling ` listen() ` from a worker, when the ` 'listening' ` event is emitted
744- on the server a ` 'listening' ` event will also be emitted on ` cluster ` in the
744+ on the server, a ` 'listening' ` event will also be emitted on ` cluster ` in the
745745primary.
746746
747747The event handler is executed with two arguments, the ` worker ` contains the
You can’t perform that action at this time.
0 commit comments