diff --git a/decor/decorator.go b/decor/decorator.go index 301bbff..12a03be 100644 --- a/decor/decorator.go +++ b/decor/decorator.go @@ -80,8 +80,7 @@ } // AmountReceiver interface. -// If decorator needs to receive increment amount, so this is the right -// interface to implement. +// EWMA based decorators must implement this one. type AmountReceiver interface { NextAmount(int64, ...time.Duration) }