Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Issue: SPR-17042
  • Loading branch information
snicoll committed Jul 15, 2018
1 parent 6218db9 commit 4c8d81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/core/core-validation.adoc
Expand Up @@ -1555,7 +1555,7 @@ Each Bean Validation constraint consists of two parts. First, a `@Constraint` an
that declares the constraint and its configurable properties. Second, an implementation
of the `javax.validation.ConstraintValidator` interface that implements the constraint's
behavior. To associate a declaration with an implementation, each `@Constraint` annotation
references a corresponding ValidationConstraint implementation class. At runtime, a
references a corresponding `ConstraintValidator` implementation class. At runtime, a
`ConstraintValidatorFactory` instantiates the referenced implementation when the
constraint annotation is encountered in your domain model.

Expand Down

0 comments on commit 4c8d81b

Please sign in to comment.