Browse Source

Add missing quotation mark

Closes gh-1181
pull/1191/head
Krzysztof Kosmatka 9 years ago committed by Stephane Nicoll
parent
commit
3df7083f69
  1. 2
      src/asciidoc/core-validation.adoc

2
src/asciidoc/core-validation.adoc

@ -136,7 +136,7 @@ and use it like so: @@ -136,7 +136,7 @@ and use it like so:
}
if (!addressValidator.supports(Address.class)) {
throw new IllegalArgumentException("The supplied [Validator] must " +
support the validation of [Address] instances.");
"support the validation of [Address] instances.");
}
this.addressValidator = addressValidator;
}

Loading…
Cancel
Save