diff --git a/internal/proxy/impl.go b/internal/proxy/impl.go index cf53c92569..2d7cb1db31 100644 --- a/internal/proxy/impl.go +++ b/internal/proxy/impl.go @@ -68,7 +68,7 @@ func (node *Proxy) UpdateStateCode(code commonpb.StateCode) { node.stateCode.Store(code) } -// GetComponentStates get state of Proxy. +// GetComponentStates gets the state of Proxy. func (node *Proxy) GetComponentStates(ctx context.Context) (*milvuspb.ComponentStates, error) { stats := &milvuspb.ComponentStates{ Status: merr.Status(nil),