From d3eeefe823dd7c8f2cfec3f1fc5b2267f5e3348c Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Tue, 5 Sep 2023 18:43:05 +0200 Subject: [PATCH] Small doc update to trigger preview build --- docs/src/main/asciidoc/validation.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/validation.adoc b/docs/src/main/asciidoc/validation.adoc index c1ec0a1d9915b..f87fcd4513364 100644 --- a/docs/src/main/asciidoc/validation.adoc +++ b/docs/src/main/asciidoc/validation.adoc @@ -406,7 +406,7 @@ If this default mechanism is not sufficient and you need a custom locale resolut === Validation groups for REST endpoint or service method validation -It's sometimes necessary to enable different validation constraints +It is sometimes necessary to enable different validation constraints for the same class when it's passed to a different method. For example, a `Book` may need to have a `null` identifier when passed to the `post` method