Skip to content

Commit 3e11a30

Browse files
committed
Merge pull request #1181 from kosmaty:validation-doc-formatting-fix
* pr/1181: Add missing quotation mark
2 parents 753bb85 + 906827e commit 3e11a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asciidoc/core-validation.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ and use it like so:
136136
}
137137
if (!addressValidator.supports(Address.class)) {
138138
throw new IllegalArgumentException("The supplied [Validator] must " +
139-
support the validation of [Address] instances.");
139+
"support the validation of [Address] instances.");
140140
}
141141
this.addressValidator = addressValidator;
142142
}

0 commit comments

Comments
 (0)