Skip to content

Commit e9e864b

Browse files
committed
Fix typo
Issue: SPR-17042
1 parent f4b644d commit e9e864b

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
@@ -1533,7 +1533,7 @@ Each Bean Validation constraint consists of two parts. First, a `@Constraint` an
15331533
that declares the constraint and its configurable properties. Second, an implementation
15341534
of the `javax.validation.ConstraintValidator` interface that implements the constraint's
15351535
behavior. To associate a declaration with an implementation, each `@Constraint` annotation
1536-
references a corresponding ValidationConstraint implementation class. At runtime, a
1536+
references a corresponding `ConstraintValidator` implementation class. At runtime, a
15371537
`ConstraintValidatorFactory` instantiates the referenced implementation when the
15381538
constraint annotation is encountered in your domain model.
15391539

0 commit comments

Comments
 (0)