Skip to content

Commit 3df7083

Browse files
kosmatysnicoll
authored andcommitted
Add missing quotation mark
Closes gh-1181
1 parent ca17edd commit 3df7083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asciidoc/core-validation.adoc

Lines changed: 1 addition & 1 deletion
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)