mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Fix typo in comment (#14985)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>pull/15024/merge
parent
d1808833a9
commit
7b883ecccf
internal/types
|
@ -669,7 +669,7 @@ type ProxyComponent interface {
|
|||
// `indexCoord` is a client of index coordinator.
|
||||
SetIndexCoordClient(indexCoord IndexCoord)
|
||||
|
||||
// SetQueryCoord set QueryCoord for Proxy
|
||||
// SetQueryCoordClient set QueryCoord for Proxy
|
||||
// `queryCoord` is a client of query coordinator.
|
||||
SetQueryCoordClient(queryCoord QueryCoord)
|
||||
|
||||
|
|
Loading…
Reference in New Issue