Skip to content

Commit

Permalink
Merge pull request #38 from tzachshabtay/tzachshabtay-patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
csueiras authored Feb 26, 2021
2 parents c3f98c2 + e44ceb0 commit ce11b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/generator/method/method.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,6 @@ func toType(t types.Type, variadic bool) (jen.Code, error) {
case named:
return jen.Id(v.Name()), nil
default:
return nil, fmt.Errorf("type not hanled: %T", v)
return nil, fmt.Errorf("type not handled: %T", v)
}
}

0 comments on commit ce11b3c

Please sign in to comment.