[skip e2e] Grammar correction (#14053)

Signed-off-by: cxytz01 <xueyou.chen@zilliz.com>
pull/14080/head
cxytz01 2021-12-23 15:12:21 +08:00 committed by GitHub
parent 336d5f917b
commit 454c7126bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import (
"github.com/milvus-io/milvus/internal/types"
)
// allocator is the interface for allocating `UniqueID` or `Timestamp`
// allocator is the interface that allocating `UniqueID` or `Timestamp`
type allocator interface {
allocTimestamp(context.Context) (Timestamp, error)
allocID(context.Context) (UniqueID, error)