Skip to content

Commit 9aa754d

Browse files
committed
Fix typo
1 parent 01bf6ba commit 9aa754d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ func init() {
783783
if message != "" {
784784
return errors.New(message)
785785
}
786-
return fmt.Errorf("The %s field must be minimum %d in size", field, lenInt)
786+
return fmt.Errorf("The %s field must be maximum %d in size", field, lenInt)
787787
}
788788
case reflect.Int:
789789
in := value.(int)

0 commit comments

Comments
 (0)