Skip to content

Commit

Permalink
[chore] Update doc on Option (#366)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sywhang committed Dec 13, 2022
1 parent c29a62e commit 0a29bfd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions container.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 0a29bfd

Please sign in to comment.