Skip to content

Commit

Permalink
doc: remove erroneous comma in cluster explainer
Browse files Browse the repository at this point in the history
PR-URL: #42238
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
  • Loading branch information
tniessen authored and danielleadams committed Apr 24, 2022
1 parent ddef6bb commit 275b66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/cluster.md
Expand Up @@ -98,7 +98,7 @@ handles back and forth.
The cluster module supports two methods of distributing incoming
connections.

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

0 comments on commit 275b66d

Please sign in to comment.