0
0
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:
Lorenz Leutgeb 2014-01-06 15:29:24 +01:00 committed by Fedor Indutny
parent 30b3bc2f7c
commit fc7e217a30

View File

@ -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() {