瀏覽代碼

Fix comment.

Alexey Palazhchenko 12 年之前
父節點
當前提交
5295f09eba
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      timer.go

+ 1 - 1
timer.go

@@ -5,7 +5,7 @@ import "time"
 // Timers capture the duration and rate of events.
 //
 // This is an interface so as to encourage other structs to implement
-// the Histogram API as appropriate.
+// the Timer API as appropriate.
 type Timer interface {
 	Count() int64
 	Max() int64