further c/p issues.

This commit is contained in:
Will Charczuk 2016-07-18 14:54:03 -07:00
parent 15c94b1e22
commit f1376c6566

View file

@ -28,7 +28,7 @@ type FullValueProvider interface {
LastValueProvider LastValueProvider
} }
// FullBoundedValueProvider is an interface that combines `ValueProvider` and `LastValueProvider` // FullBoundedValueProvider is an interface that combines `BoundedValueProvider` and `BoundedLastValueProvider`
type FullBoundedValueProvider interface { type FullBoundedValueProvider interface {
BoundedValueProvider BoundedValueProvider
BoundedLastValueProvider BoundedLastValueProvider