Skip to content

Commit 0a29bfd

Browse files
authored
[chore] Update doc on Option (#366)
The doc on Option mentions that there is no concrete implementation of it, but that is no longer the case as we've added several options to configure the container. This updates that part of the doc.
1 parent c29a62e commit 0a29bfd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

container.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ func (k key) String() string {
5353
return k.t.String()
5454
}
5555

56-
// Option configures a Container. It's included for future functionality;
57-
// currently, there are no concrete implementations.
56+
// Option configures a Container.
5857
type Option interface {
5958
applyOption(*Container)
6059
}

0 commit comments

Comments
 (0)