mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Fix typo in comment (#14911)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>pull/14920/head
parent
ab771bc137
commit
697f042d0c
|
@ -665,7 +665,7 @@ type ProxyComponent interface {
|
|||
// `dataCoord` is a client of data coordinator.
|
||||
SetDataCoordClient(dataCoord DataCoord)
|
||||
|
||||
// SetIndexCoord set IndexCoord for Proxy
|
||||
// SetIndexCoordClient set IndexCoord for Proxy
|
||||
// `indexCoord` is a client of index coordinator.
|
||||
SetIndexCoordClient(indexCoord IndexCoord)
|
||||
|
||||
|
|
Loading…
Reference in New Issue