Skip to content

Commit 6183749

Browse files
tniessensxa
authored andcommitted
doc: remove erroneous comma in cluster explainer
PR-URL: #42238 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
1 parent 1de8087 commit 6183749

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
@@ -98,7 +98,7 @@ handles back and forth.
9898
The cluster module supports two methods of distributing incoming
9999
connections.
100100

101-
The first one (and the default one on all platforms except Windows),
101+
The first one (and the default one on all platforms except Windows)
102102
is the round-robin approach, where the primary process listens on a
103103
port, accepts new connections and distributes them across the workers
104104
in a round-robin fashion, with some built-in smarts to avoid

0 commit comments

Comments
 (0)