[skip e2e] Refine proxy comment (#14044)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/13624/head
edward.zeng 2021-12-23 15:01:53 +08:00 committed by GitHub
parent 8d93f6f03b
commit 39fcbaac47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ func (node *Proxy) AddCloseCallback(callbacks ...func()) {
node.closeCallbacks = append(node.closeCallbacks, callbacks...)
}
// SetRootCoordClient sets rootcoord client for proxy.
// SetRootCoordClient sets RootCoord client for proxy.
func (node *Proxy) SetRootCoordClient(cli types.RootCoord) {
node.rootCoord = cli
}