Skip to content

Commit

Permalink
doc: mark worker.id as integer in cluster docs
Browse files Browse the repository at this point in the history
PR-URL: #42684
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
tniessen authored and juanarbol committed May 31, 2022
1 parent c3b3ee4 commit c810ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/cluster.md
Expand Up @@ -477,7 +477,7 @@ worker.kill();
added: v0.8.0
-->

* {number}
* {integer}

Each new worker is given its own unique id, this id is stored in the
`id`.
Expand Down

0 comments on commit c810ff2

Please sign in to comment.