From 931537769360c3816975e96040bfb6d83ac1078b Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Thu, 2 Aug 2012 17:47:33 +0200 Subject: [PATCH] doc: improve cluster.workers documentation --- doc/api/cluster.markdown | 4 ++-- 1 file 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) {