Skip to content

Commit

Permalink
fix merge typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joefitzgerald authored Jan 8, 2019
1 parent 6c3a4de commit 84e58d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/interface_loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func (f *Fake) addTypesForMethod(sig *types.Signature) {
}
}

func methodForSignature(sig *types.Signature, methodName strin, imports Imports) Method {
func methodForSignature(sig *types.Signature, methodName string, imports Imports) Method {
params := []Param{}
for i := 0; i < sig.Params().Len(); i++ {
param := sig.Params().At(i)
Expand Down

0 comments on commit 84e58d1

Please sign in to comment.