Skip to content

Commit f6520d7

Browse files
authored
Merge pull request #96 from agebhar1/patch-1
fix typo at README.md
2 parents b9a8741 + f726cfb commit f6520d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ public class EvenCharNumValidator implements FormatValidator {
248248
if (subject.length() % 2 == 0) {
249249
return Optional.empty();
250250
} else {
251-
return Optional.of(String.format("the length of srtring [%s] is odd", subject));
251+
return Optional.of(String.format("the length of string [%s] is odd", subject));
252252
}
253253
}
254254

0 commit comments

Comments
 (0)