diff --git a/internal/allocator/allocator.go b/internal/allocator/allocator.go index 0ac3845934..e14f94c4f2 100644 --- a/internal/allocator/allocator.go +++ b/internal/allocator/allocator.go @@ -123,7 +123,7 @@ func (t *Ticker) Chan() <-chan time.Time { return t.ticker.C } -// Allocator allocates from a global allocator by its given member funcs +// Allocator allocates from a global allocator by its given member functions type Allocator struct { Ctx context.Context CancelFunc context.CancelFunc