Skip to content

Commit 78546d2

Browse files
tniessendanielleadams
authored andcommitted
doc: mark worker.id as integer in cluster docs
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>
1 parent 0e1b187 commit 78546d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ worker.kill();
477477
added: v0.8.0
478478
-->
479479

480-
* {number}
480+
* {integer}
481481

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

0 commit comments

Comments
 (0)