diff --git a/hub.go b/hub.go index 639612f..be530e4 100644 --- a/hub.go +++ b/hub.go @@ -135,7 +135,7 @@ func (h *Hub) Run() { } } -// Clear removes every all elements from the buffer +// Clear removes all elements from the buffer func (h *Hub) clear() { buf := h.circbuf for i := 0; i < buf.Len(); i++ {