File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -635,10 +635,10 @@ changes:
635
635
636
636
Send a message to a worker or primary, optionally with a handle.
637
637
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
639
639
[ ` ChildProcess.send() ` ] [ ] .
640
640
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
642
642
` process.send() ` .
643
643
644
644
This example will echo back all messages from the primary:
@@ -741,7 +741,7 @@ added: v0.7.0
741
741
* ` address ` {Object}
742
742
743
743
After 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
745
745
primary.
746
746
747
747
The event handler is executed with two arguments, the ` worker ` contains the
You can’t perform that action at this time.
0 commit comments