From 433929980089fdcc19a01d45fee3bd15790ee858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Fri, 28 Jan 2022 17:55:03 +0100 Subject: [PATCH] doc: avoid incomplete sentence in cluster docs PR-URL: https://github.com/nodejs/node/pull/41701 Reviewed-By: Rich Trott Reviewed-By: Mestery Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Luigi Pinca Reviewed-By: Benjamin Gruenbaum Reviewed-By: Harshitha K P --- 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.