Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
krya-kryak authored Aug 2, 2022
1 parent 537af4f commit 50b9713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ring.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ type Ring struct {
// minWeight holds minimum weight of item on the ring.
// It is protected by r.mu mutex.
minWeight float64
// maxWeight holds maximume weight of item on the ring.
// maxWeight holds maximum weight of item on the ring.
// It is protected by r.mu mutex.
maxWeight float64

Expand Down

0 comments on commit 50b9713

Please sign in to comment.