diff --git a/internal/kv/etcd/etcd_kv.go b/internal/kv/etcd/etcd_kv.go index d309b3fda4..1bf4d1babd 100644 --- a/internal/kv/etcd/etcd_kv.go +++ b/internal/kv/etcd/etcd_kv.go @@ -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