summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-08-02 17:47:33 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2012-08-02 17:47:33 +0200
commit931537769360c3816975e96040bfb6d83ac1078b (patch)
tree7daca018132b4dcbbf6578d2ba16be6d675913f4 /doc
parent50e00de92a7563f39ff50f9a53c7e2ed15e556c6 (diff)
downloadnode-new-931537769360c3816975e96040bfb6d83ac1078b.tar.gz
doc: improve cluster.workers documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/api/cluster.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/cluster.markdown b/doc/api/cluster.markdown
index b82eb5700e..0686c163a1 100644
--- a/doc/api/cluster.markdown
+++ b/doc/api/cluster.markdown
@@ -256,8 +256,8 @@ The method takes an optional callback argument which will be called when finishe
* {Object}
-In the cluster all living worker objects are stored in this object by there
-`id` as the key. This makes it easy to loop through all living workers.
+A hash that stores the active worker objects, keyed by `id` field. Makes it
+easy to loop through all the workers.
// Go through all workers
function eachWorker(callback) {