Skip to content

Commit

Permalink
Tweaks to comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevesg committed Dec 9, 2021
1 parent 2204133 commit 84360ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ring/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ func (i *InstanceDesc) IsReady(now time.Time, heartbeatTimeout time.Duration) er
//
// This method is part of memberlist.Mergeable interface, and is only used by gossiping ring.
//
// The Desc on which this function is called must be normalised, that is, the token lists must
// sorted and not contain duplicates. The function guarantees that the Desc will be left in this
// normalised state, so multiple subsequent Merge calls on the same Desc is valid.
// The receiver must be normalised, that is, the token lists must sorted and not contain
// duplicates. The function guarantees that the receiver will be left in this normalised state,
// so multiple subsequent Merge calls are valid usage.
//
// The Mergeable passed as the parameter does not need to be normalised.
//
Expand Down

0 comments on commit 84360ae

Please sign in to comment.