diff --git a/container.go b/container.go index 19fc65f3..983fd3f9 100644 --- a/container.go +++ b/container.go @@ -53,8 +53,7 @@ func (k key) String() string { return k.t.String() } -// Option configures a Container. It's included for future functionality; -// currently, there are no concrete implementations. +// Option configures a Container. type Option interface { applyOption(*Container) }