Browse Source

doc: fix typo in cluster page

v0.10.25-release
Lorenz Leutgeb 11 years ago
committed by Fedor Indutny
parent
commit
fc7e217a30
  1. 2
      doc/api/cluster.markdown

2
doc/api/cluster.markdown

@ -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…
Cancel
Save