Skip to content

Commit

Permalink
Merge pull request #489 from tobiassjosten/patch-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
Dean Karn authored Jul 12, 2019
2 parents d6546ee + 9f6c1cd commit ab2452c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ type FieldError interface {
// returns the FieldError's translated error
// from the provided 'ut.Translator' and registered 'TranslationFunc'
//
// NOTE: is not registered translation can be found it returns the same
// as calling fe.Error()
// NOTE: if no registered translator can be found it returns the same as
// calling fe.Error()
Translate(ut ut.Translator) string
}

Expand Down

0 comments on commit ab2452c

Please sign in to comment.