[skip e2e]Fix typo in comment (#14911)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
pull/14920/head
cai.zhang 2022-01-06 10:39:21 +08:00 committed by GitHub
parent ab771bc137
commit 697f042d0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)