mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
doc: fix typo in cluster page
This commit is contained in:
parent
30b3bc2f7c
commit
fc7e217a30
@ -129,7 +129,7 @@ True if the process is not a master (it is the negation of `cluster.isMaster`).
|
||||
* `worker` {Worker object}
|
||||
|
||||
When a new worker is forked the cluster module will emit a 'fork' event.
|
||||
This can be used to log worker activity, and create you own timeout.
|
||||
This can be used to log worker activity, and create your own timeout.
|
||||
|
||||
var timeouts = [];
|
||||
function errorMsg() {
|
||||
|
Loading…
Reference in New Issue
Block a user