Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2248401

Browse filesBrowse files
tniessenBethGriggs
authored andcommitted
doc: add missing word in cluster.workers details
PR-URL: #41624 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 5a4c74c commit 2248401
Copy full SHA for 2248401

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/cluster.md‎

Copy file name to clipboardExpand all lines: doc/api/cluster.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ process.
10681068
A worker is removed from `cluster.workers` after the worker has disconnected
10691069
_and_ exited. The order between these two events cannot be determined in
10701070
advance. However, it is guaranteed that the removal from the `cluster.workers`
1071-
list happens before last `'disconnect'` or `'exit'` event is emitted.
1071+
list happens before the last `'disconnect'` or `'exit'` event is emitted.
10721072

10731073
```mjs
10741074
import cluster from 'cluster';

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.