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.
1 parent ca17edd commit 3df7083Copy full SHA for 3df7083
src/asciidoc/core-validation.adoc
@@ -136,7 +136,7 @@ and use it like so:
136
}
137
if (!addressValidator.supports(Address.class)) {
138
throw new IllegalArgumentException("The supplied [Validator] must " +
139
- support the validation of [Address] instances.");
+ "support the validation of [Address] instances.");
140
141
this.addressValidator = addressValidator;
142
0 commit comments