diff --git a/internal/allocator/allocator.go b/internal/allocator/allocator.go index 2e1d0b2a45aa6c9518e1870e772ee7802341b207..cbe13e3991f28cd2cb24b32beeaec0b9dec362b2 100644 --- a/internal/allocator/allocator.go +++ b/internal/allocator/allocator.go @@ -79,7 +79,7 @@ type EmptyTicker struct { tChan <-chan time.Time } -// Chan return a read-only channel from which you can only receive time.Time type data. +// Chan returns a read-only channel from which you can only receive time.Time type data. // As for EmptyTicker, you will never read data from Chan. func (t *EmptyTicker) Chan() <-chan time.Time { return t.tChan