Skip to content

Commit dc526d7

Browse files
committed
Add missing word
1 parent c847c59 commit dc526d7

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/maxmind/minfraud/request

1 file changed

+1
-1
lines changed

src/main/java/com/maxmind/minfraud/request/Email.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ private static boolean isValidEmail(String email) {
464464
return false;
465465
}
466466

467-
// RFC 5321 the forward path limits the mailbox to 254 characters
467+
// In RFC 5321, the forward path limits the mailbox to 254 characters
468468
// even though a domain can be 255 and the local part 64
469469
if (email.length() > 254) {
470470
return false;

0 commit comments

Comments
 (0)