File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -644,11 +644,11 @@ added: v0.7.1
644644
645645* ` settings ` {Object}
646646
647- Emitted every time ` .setupMaster() ` is called.
647+ Emitted every time [ ` .setupMaster() ` ] [ ] is called.
648648
649649The ` settings ` object is the ` cluster.settings ` object at the time
650- ` .setupMaster() ` was called and is advisory only, since multiple calls to
651- ` .setupMaster() ` can be made in a single tick.
650+ [ ` .setupMaster() ` ] [ ] was called and is advisory only, since multiple calls to
651+ [ ` .setupMaster() ` ] [ ] can be made in a single tick.
652652
653653If accuracy is important, use ` cluster.settings ` .
654654
@@ -710,7 +710,7 @@ added: v0.11.2
710710The scheduling policy, either ` cluster.SCHED_RR ` for round-robin or
711711` cluster.SCHED_NONE ` to leave it to the operating system. This is a
712712global setting and effectively frozen once either the first worker is spawned,
713- or ` cluster .setupMaster()` is called, whichever comes first.
713+ or [ ` .setupMaster() ` ] [ ] is called, whichever comes first.
714714
715715` SCHED_RR ` is the default on all operating systems except Windows.
716716Windows will change to ` SCHED_RR ` once libuv is able to effectively
You can’t perform that action at this time.
0 commit comments