diff --git a/internal/allocator/allocator.go b/internal/allocator/allocator.go index 7b5ad9d079..ebdaa160ed 100644 --- a/internal/allocator/allocator.go +++ b/internal/allocator/allocator.go @@ -61,7 +61,7 @@ type IDRequest struct { count uint32 } -// SyncRequest embed BaseRequest and is used to force synchronize from RootCoordinator. +// SyncRequest embeds BaseRequest and is used to force synchronize from RootCoordinator. type SyncRequest struct { BaseRequest }