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