Alexey Palazhchenko %!s(int64=12) %!d(string=hai) anos
pai
achega
5295f09eba
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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