fix comments

This commit is contained in:
Leonard Lyubich 2020-05-08 12:45:16 +03:00
parent 2c2150b101
commit 15a55d54a2
2 changed files with 7 additions and 1 deletions

View file

@ -130,7 +130,7 @@ type LifetimeSource interface {
ExpirationEpochSource
}
// LifetimeSource is an interface of the container of creation-expiration epoch pair.
// LifetimeContainer is an interface of the container of creation-expiration epoch pair.
type LifetimeContainer interface {
CreationEpochContainer
ExpirationEpochContainer