mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Fix typo in comment (#14910)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>pull/14927/head
parent
dc00dac913
commit
1368126352
internal/types
|
@ -661,7 +661,7 @@ type ProxyComponent interface {
|
|||
// `rootCoord` is a client of root coordinator.
|
||||
SetRootCoordClient(rootCoord RootCoord)
|
||||
|
||||
// SetDataCoord set DataCoord for Proxy
|
||||
// SetDataCoordClient set DataCoord for Proxy
|
||||
// `dataCoord` is a client of data coordinator.
|
||||
SetDataCoordClient(dataCoord DataCoord)
|
||||
|
||||
|
|
Loading…
Reference in New Issue