Skip to content

Commit 275b66d

Browse files
tniessendanielleadams
authored andcommitted
doc: remove erroneous comma in cluster explainer
PR-URL: #42238 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
1 parent ddef6bb commit 275b66d

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
@@ -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)