Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miladrahimi committed Apr 16, 2022
1 parent dbbc029 commit 0b14e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -267,7 +267,7 @@ Must helpers are global methods that panic instead of returning errors.
```go
c := container.New()

err := container.MustSingleton(c, func() Shape {
container.MustSingleton(c, func() Shape {
return &Circle{a: 13}
})

Expand Down

0 comments on commit 0b14e19

Please sign in to comment.