Skip to content

Commit

Permalink
Fix another typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcferretti committed Mar 13, 2024
1 parent 593593a commit a73fb15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ final class ElectionImpl extends Impl implements Election {
// The retry on a different server should happen automatically if the connection manager is using
// a round robin strategy.
//
// Beware in the context of this election API, the world "leader" is overloaded.
// Beware in the context of this election API, the word "leader" is overloaded.
// In the paragraph above when we say "raft-leader" we are talking about the etcd server that is a leader
// of the etcd servers cluster according to raft, we are not talking about the client that
// happens to be the leader of an election using the election API in this file.
Expand Down

0 comments on commit a73fb15

Please sign in to comment.