Skip to content

Commit

Permalink
s/THe/The/
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav committed May 31, 2017
1 parent d322315 commit 0134ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dig.go
Expand Up @@ -345,7 +345,7 @@ func getParameterDependencies(t reflect.Type) ([]reflect.Type, error) {
continue
}

// THe user added a parameter object as a dependency. We don't recurse
// The user added a parameter object as a dependency. We don't recurse
// /yet/ so let's try to give an informative error message.
if f.Type.Implements(_parameterObjectType) {
return nil, fmt.Errorf(
Expand Down

0 comments on commit 0134ae2

Please sign in to comment.