Skip to content

Commit 65e8380

Browse files
authored
doc: mark worker.id as integer in cluster docs
PR-URL: #42684 Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Akhil Marsonya <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent d835b1f commit 65e8380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/cluster.md

+1-1
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)