[skip e2e] improve annotation (#13836)

Signed-off-by: Xieql <qianglong.xie@zilliz.com>
pull/13682/head
Xieql 2021-12-21 11:53:14 +08:00 committed by GitHub
parent 1680a1454a
commit 42c6088911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ func (kv *MinIOKV) Remove(key string) error {
return err
}
// MultiRemove deletes a objects with @keys.
// MultiRemove deletes an objects with @keys.
func (kv *MinIOKV) MultiRemove(keys []string) error {
var resultErr error
for _, key := range keys {