Skip to content

Commit

Permalink
更新 container.go
Browse files Browse the repository at this point in the history
  • Loading branch information
leijux committed Dec 14, 2023
1 parent 1c6e14e commit 654e40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container.go
Expand Up @@ -138,7 +138,7 @@ func (c Container) Reset() {
}
}

// close Calls the close method on all singleton instances within the container.
// Close Calls the close method on all singleton instances within the container.
func (c Container) Close() error {
for _, abstraction := range c {
for _, concrete := range abstraction {
Expand Down

0 comments on commit 654e40b

Please sign in to comment.