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