Browse Source

Typo in comment

Blallo 5 years ago
parent
commit
dfe1e60146
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hub.go

+ 1 - 1
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++ {