Skip to content

Commit fda1b57

Browse files
committed
Fix comment typo error
Fix comment typo error in Retriever struct of the clusterinfo package Signed-off-by: bagmeg <joonsoo181005@gmail.com>
1 parent ed8a758 commit fda1b57

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)