Skip to content

Commit

Permalink
fixup! clean up a sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
tbg committed Jun 20, 2019
1 parent 91e088e commit 60f3101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions raft/tracker/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ const (
// is necessary as the follower will react with a hint. Followers that are
// probed over extended periods of time are often offline.
StateProbe StateType = iota
// StateReplicate is the state steady in which a follower receives a steady
// stream of log entries to append to its log.
// StateReplicate is the state steady in which a follower eagerly receives
// log entries to append to its log.
StateReplicate
// StateSnapshot indicates a follower that needs log entries not available
// from the leader's Raft log. Such a follower needs a full snapshot to
Expand Down

0 comments on commit 60f3101

Please sign in to comment.