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 10, 2022
1 parent 50b9713 commit d840c13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions point.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package hashring
import "github.com/gobwas/avl"

// point represents a point on the ring.
// To handle collisions properly it may change it's value to another one,
// increasing it's generation by one.
// To handle collisions properly it may change its value to another one,
// increasing its generation by one.
type point struct {
// bucket is a bucket where point belongs to.
bucket *bucket
Expand Down

0 comments on commit d840c13

Please sign in to comment.