mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Grammar correction (#14343)
Signed-off-by: cxytz01 <xueyou.chen@zilliz.com>pull/14351/head
parent
bc05f3e8b0
commit
4c95803148
|
@ -251,7 +251,7 @@ func (node *Proxy) Init() error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// sendChannelsTimeTickLoop starts a goroutine that synchronize the time tick information.
|
||||
// sendChannelsTimeTickLoop starts a goroutine that synchronizes the time tick information.
|
||||
func (node *Proxy) sendChannelsTimeTickLoop() {
|
||||
node.wg.Add(1)
|
||||
go func() {
|
||||
|
|
Loading…
Reference in New Issue