[skip ci] Refine etcd kv comment (#12090)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
edward.zeng 2021-11-18 19:23:25 +08:00 committed by GitHub
parent acef6b9750
commit 77264ae493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ const (
RequestTimeout = 10 * time.Second
)
// EtcdKV implments TxnKv interface, it support to process multiple kvs in a transactions
// EtcdKV implements TxnKv interface, it supports to process multiple kvs in a transactions
type EtcdKV struct {
client *clientv3.Client
rootPath string