Skip to content

Commit

Permalink
fix godoc linter error on rafthttp transport
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Ojea <aojea@google.com>
  • Loading branch information
aojea committed Mar 19, 2023
1 parent 9ca4c22 commit c1402ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/etcdserver/api/rafthttp/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ type Transport struct {
Raft Raft // raft state machine, to which the Transport forwards received messages and reports status
Snapshotter *snap.Snapshotter
ServerStats *stats.ServerStats // used to record general transportation statistics
// used to record transportation statistics with followers when
// LeaderStats used to record transportation statistics with followers when
// performing as leader in raft protocol
LeaderStats *stats.LeaderStats
// ErrorC is used to report detected critical errors, e.g.,
Expand Down

0 comments on commit c1402ef

Please sign in to comment.