Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Menno Pruijssers committed Dec 15, 2016
1 parent 1259782 commit 2269706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ func Address(address string) Option {
// that Ringpop should use as its address.
type AddressResolver func() (string, error)

// AddressResolverFunc is used to specify a function that will called when
// AddressResolverFunc is used to specify a function that will be called when
// the Ringpop instance needs to resolve its address (typically, on
// bootstrap).
func AddressResolverFunc(resolver AddressResolver) Option {
Expand Down

0 comments on commit 2269706

Please sign in to comment.