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 @@ -630,10 +630,10 @@ changes:
630630
631631Send a message to a worker or primary, optionally with a handle.
632632
633- In the primary this sends a message to a specific worker. It is identical to
633+ In the primary, this sends a message to a specific worker. It is identical to
634634[ ` ChildProcess.send() ` ] [ ] .
635635
636- In a worker this sends a message to the primary. It is identical to
636+ In a worker, this sends a message to the primary. It is identical to
637637` process.send() ` .
638638
639639This example will echo back all messages from the primary:
@@ -736,7 +736,7 @@ added: v0.7.0
736736* ` address ` {Object}
737737
738738After calling ` listen() ` from a worker, when the ` 'listening' ` event is emitted
739- on the server a ` 'listening' ` event will also be emitted on ` cluster ` in the
739+ on the server, a ` 'listening' ` event will also be emitted on ` cluster ` in the
740740primary.
741741
742742The event handler is executed with two arguments, the ` worker ` contains the
You can’t perform that action at this time.
0 commit comments