Skip to content

Commit

Permalink
Review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevesg committed Nov 26, 2021
1 parent f11fe6a commit 4298eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kv/memberlist/mergeable.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type Mergeable interface {
// Merge with other value in place. Returns change, that can be sent to other clients.
// If merge doesn't result in any change, returns nil.
// Error can be returned if merging with given 'other' value is not possible.
// This method may also modify the other parameter.
// Implementors of this method are permitted to modify the 'other' parameter.
//
// In order for state merging to work correctly, Merge function must have some properties. When talking about the
// result of the merge in the following text, we don't mean the return value ("change"), but the
Expand Down

0 comments on commit 4298eb4

Please sign in to comment.