We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9a8741 + f726cfb commit f6520d7Copy full SHA for f6520d7
README.md
@@ -248,7 +248,7 @@ public class EvenCharNumValidator implements FormatValidator {
248
if (subject.length() % 2 == 0) {
249
return Optional.empty();
250
} else {
251
- return Optional.of(String.format("the length of srtring [%s] is odd", subject));
+ return Optional.of(String.format("the length of string [%s] is odd", subject));
252
}
253
254
0 commit comments