Skip to content

Commit

Permalink
Update model.go (#115)
Browse files Browse the repository at this point in the history
fix misspell
  • Loading branch information
chemidy authored Nov 17, 2023
1 parent 7fb6390 commit 857e269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mockgen/model/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ type PredeclaredType string
func (pt PredeclaredType) String(map[string]string, string) string { return string(pt) }
func (pt PredeclaredType) addImports(map[string]bool) {}

// TypeParametersType contains type paramters for a NamedType.
// TypeParametersType contains type parameters for a NamedType.
type TypeParametersType struct {
TypeParameters []Type
}
Expand Down

0 comments on commit 857e269

Please sign in to comment.