We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a79b25 commit 64c205dCopy full SHA for 64c205d
doc/api/cluster.md
@@ -198,8 +198,8 @@ Within a worker, `process.on('message')` may also be used.
198
199
See [`process` event: `'message'`][].
200
201
-As an example, here is a cluster that keeps count of the number of requests
202
-in the master process using the message system:
+Here is an example using the message system. It keeps a count in the master
+process of the number of HTTP requests received by the workers:
203
204
```js
205
const cluster = require('cluster');
0 commit comments