Skip to content

Commit

Permalink
doc: fixed worker.id type
Browse files Browse the repository at this point in the history
per: nodejs/node-v0.x-archive#25459

originally submitted by @sonnyp

Reviewed By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
PR-URL: #2378
  • Loading branch information
jasnell authored and rvagg committed Aug 26, 2015
1 parent ea9ee15 commit 242e3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/cluster.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 242e3fe

Please sign in to comment.