mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
docs: Modify the method names
Signed-off-by: RiceChuan <lc582041246@gmail.com>
This commit is contained in:
parent
a722adb774
commit
f0788c7fd7
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ type MeterSnapshot interface {
|
|||
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.
|
||||
type Meter interface {
|
||||
Mark(int64)
|
||||
|
|
|
|||
Loading…
Reference in a new issue