docs: Modify the method names

Signed-off-by: RiceChuan <lc582041246@gmail.com>
This commit is contained in:
RiceChuan 2024-12-13 11:11:45 +08:00
parent a722adb774
commit f0788c7fd7

View file

@ -15,7 +15,7 @@ type MeterSnapshot interface {
RateMean() float64 RateMean() float64
} }
// Meters count events to produce exponentially-weighted moving average rates // Meter count events to produce exponentially-weighted moving average rates
// at one-, five-, and fifteen-minutes and a mean rate. // at one-, five-, and fifteen-minutes and a mean rate.
type Meter interface { type Meter interface {
Mark(int64) Mark(int64)