[skip ci] Fix typo (#10281)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
pull/10288/head
Cai Yudong 2021-10-20 16:44:49 +08:00 committed by GitHub
parent e91eafd871
commit 0cd562d58b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ type MetaTable struct {
}
// NewMetaTable create meta table for rootcoord, which stores all in-memory information
// for collection, partion, segment, index etc.
// for collection, partition, segment, index etc.
func NewMetaTable(kv kv.SnapShotKV) (*MetaTable, error) {
mt := &MetaTable{
client: kv,