mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Grammar correction (#14053)
Signed-off-by: cxytz01 <xueyou.chen@zilliz.com>pull/14080/head
parent
336d5f917b
commit
454c7126bd
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue