diff --git a/registry/consul/listener.go b/registry/consul/listener.go index cf3888dd16ee4a9b504664383be69ca1faf4d842..b1598345032bddd7358c2263e5fd71b3d4e5545d 100644 --- a/registry/consul/listener.go +++ b/registry/consul/listener.go @@ -197,7 +197,7 @@ func (l *consulListener) Next() (*registry.ServiceEvent, error) { } } -// Close closes this listener +// Close the listener. func (l *consulListener) Close() { close(l.done) l.plan.Stop()