Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TsvetanMilanov authored May 8, 2018
1 parent d958830 commit e7f9da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion di/di.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func (c *Container) Register(deps ...*Dependency) error {
return nil
}

// ResolveAll pupulates the marked dependencies with the registered
// ResolveAll populates the marked dependencies with the registered
// dependencies.
func (c *Container) ResolveAll() error {
for _, d := range c.dependencies {
Expand Down

0 comments on commit e7f9da2

Please sign in to comment.