[skip e2e]Fix typo in comment ()

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
pull/15024/merge
cai.zhang 2022-01-07 21:05:49 +08:00 committed by GitHub
parent d1808833a9
commit 7b883ecccf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
internal/types

View File

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