Skip to content

Commit c52fc42

Browse files
authored
Merge pull request #714 from bagmeg/fix-comment-typo-error
fix: comment typo error
2 parents e92e0ce + fda1b57 commit c52fc42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/clusterinfo/clusterinfo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ type consumer interface {
4949
String() string
5050
}
5151

52-
// Retriever periodically gets the cluster info from the / endpoint end
52+
// Retriever periodically gets the cluster info from the / endpoint and
5353
// sends it to all registered consumer channels
5454
type Retriever struct {
5555
consumerChannels map[string]*chan *Response

0 commit comments

Comments
 (0)