Skip to content

Commit 4c8d81b

Browse files
committed
Fix typo
Issue: SPR-17042
1 parent 6218db9 commit 4c8d81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/core/core-validation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1555,7 +1555,7 @@ Each Bean Validation constraint consists of two parts. First, a `@Constraint` an
15551555
that declares the constraint and its configurable properties. Second, an implementation
15561556
of the `javax.validation.ConstraintValidator` interface that implements the constraint's
15571557
behavior. To associate a declaration with an implementation, each `@Constraint` annotation
1558-
references a corresponding ValidationConstraint implementation class. At runtime, a
1558+
references a corresponding `ConstraintValidator` implementation class. At runtime, a
15591559
`ConstraintValidatorFactory` instantiates the referenced implementation when the
15601560
constraint annotation is encountered in your domain model.
15611561

0 commit comments

Comments
 (0)