From c1d9518c67e084311f511e29b71d8551095f0c70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Wed, 26 Jan 2022 01:03:14 +0100 Subject: [PATCH] doc: avoid incomplete sentence in cluster docs --- doc/api/cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/cluster.md b/doc/api/cluster.md index c655305b4c25a8..d22c46ee383623 100644 --- a/doc/api/cluster.md +++ b/doc/api/cluster.md @@ -1062,7 +1062,7 @@ added: v0.7.0 * {Object} -A hash that stores the active worker objects, keyed by `id` field. Makes it +A hash that stores the active worker objects, keyed by `id` field. This makes it easy to loop through all the workers. It is only available in the primary process.