[skip ci]Fix id typo error (#10500)

Signed-off-by: godchen <qingxiang.chen@zilliz.com>
This commit is contained in:
godchen 2021-10-24 10:45:10 +08:00 committed by GitHub
parent 2e08e393ba
commit f7d6fce513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ type idAllocatorInterface interface {
AllocID(ctx context.Context, req *rootcoordpb.AllocIDRequest) (*rootcoordpb.AllocIDResponse, error)
}
// IDAllocator allocate Unique and monotonically increasing IDs from Root Coord.
// IDAllocator allocates Unique and monotonically increasing IDs from Root Coord.
// It could also batch allocate for less root coord server access
type IDAllocator struct {
Allocator