From 8c67627150a799b771fce1d98d90a06b7a938b37 Mon Sep 17 00:00:00 2001 From: Cai Yudong Date: Wed, 20 Oct 2021 16:48:35 +0800 Subject: [PATCH] [skip ci] Update comments (#10283) Signed-off-by: yudong.cai --- internal/rootcoord/suffix_snapshot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/rootcoord/suffix_snapshot.go b/internal/rootcoord/suffix_snapshot.go index 31962df65..8d54ff1fc 100644 --- a/internal/rootcoord/suffix_snapshot.go +++ b/internal/rootcoord/suffix_snapshot.go @@ -345,7 +345,7 @@ func (ss *suffixSnapshot) Load(key string, ts typeutil.Timestamp) (string, error // MultiSave save multiple kvs // if ts == 0, act like TxnKV -// each key-value will be treat in same logic like Save +// each key-value will be treated using same logic like Save func (ss *suffixSnapshot) MultiSave(kvs map[string]string, ts typeutil.Timestamp) error { // if ts == 0, act like TxnKV if ts == 0 { -- GitLab