mirror of https://github.com/milvus-io/milvus.git
[skip ci] fix a grammar error of the comment in etcd_kv (#13019)
Signed-off-by: yun.zhang <yun.zhang@zilliz.com> Co-authored-by: yun.zhang <yun.zhang@zilliz.com>pull/13025/head
parent
1ae249adb5
commit
efaca29ee4
|
@ -75,7 +75,7 @@ func (kv *EtcdKV) GetPath(key string) string {
|
|||
return path.Join(kv.rootPath, key)
|
||||
}
|
||||
|
||||
// LoadWithPrefix returns all the the keys and values with the given key prefix.
|
||||
// LoadWithPrefix returns all the keys and values with the given key prefix.
|
||||
func (kv *EtcdKV) LoadWithPrefix(key string) ([]string, []string, error) {
|
||||
start := time.Now()
|
||||
key = path.Join(kv.rootPath, key)
|
||||
|
|
Loading…
Reference in New Issue