From 242e3fe3ba76629e44d93189ea656b89ebdc7c97 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Fri, 14 Aug 2015 15:12:47 -0700 Subject: [PATCH] doc: fixed worker.id type per: https://github.com/joyent/node/pull/25459 originally submitted by @sonnyp Reviewed By: Sakthipriyan Vairamani PR-URL: https://github.com/nodejs/node/pull/2378 --- doc/api/cluster.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/cluster.markdown b/doc/api/cluster.markdown index f23bee214d8b1f..7cd079c04052fe 100644 --- a/doc/api/cluster.markdown +++ b/doc/api/cluster.markdown @@ -384,7 +384,7 @@ it can be obtained using `cluster.worker`. ### worker.id -* {String} +* {Number} Each new worker is given its own unique id, this id is stored in the `id`.