瀏覽代碼

Typo in comment

Blallo 5 年之前
父節點
當前提交
dfe1e60146
共有 1 個文件被更改,包括 1 次插入1 次删除
  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++ {