未验证 提交 a87e690d 编写于 作者: X xiangzhou.guo 提交者: GitHub

Correct spelling error in code comment (#13413)

Signed-off-by: Nxiangzhou.guo <xiangzhou.guo@zilliz.com>
上级 78d583a3
......@@ -130,7 +130,7 @@ func NewChannelStore(kv kv.TxnKV) *ChannelStore {
return c
}
// Reload restores the buffer channels and node-channels mapping form kv
// Reload restores the buffer channels and node-channels mapping from kv
func (c *ChannelStore) Reload() error {
keys, values, err := c.store.LoadWithPrefix(Params.ChannelWatchSubPath)
if err != nil {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册