further c/p issues.
This commit is contained in:
parent
15c94b1e22
commit
f1376c6566
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ type FullValueProvider interface {
|
|||
LastValueProvider
|
||||
}
|
||||
|
||||
// FullBoundedValueProvider is an interface that combines `ValueProvider` and `LastValueProvider`
|
||||
// FullBoundedValueProvider is an interface that combines `BoundedValueProvider` and `BoundedLastValueProvider`
|
||||
type FullBoundedValueProvider interface {
|
||||
BoundedValueProvider
|
||||
BoundedLastValueProvider
|
||||
|
|
Loading…
Reference in a new issue