From 62bbebd4f4b72cfb837c11cd38d6ada8aaafb629 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Thu, 17 Nov 2022 16:55:53 +0100 Subject: [PATCH] Polishing --- framework-docs/src/docs/asciidoc/web/webmvc.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework-docs/src/docs/asciidoc/web/webmvc.adoc b/framework-docs/src/docs/asciidoc/web/webmvc.adoc index bd75b8438c..4d3072dbad 100644 --- a/framework-docs/src/docs/asciidoc/web/webmvc.adoc +++ b/framework-docs/src/docs/asciidoc/web/webmvc.adoc @@ -2708,7 +2708,7 @@ could load the `Account` from a data store: // ... } ---- -<1> Bind an instance of `Pet` using an explicit attribute name. +<1> Bind an instance of `Account` using an explicit attribute name. [source,kotlin,indent=0,subs="verbatim,quotes",role="secondary"] .Kotlin @@ -2718,7 +2718,7 @@ could load the `Account` from a data store: // ... } ---- -<1> Bind an instance of `Pet` using an explicit attribute name. +<1> Bind an instance of `Account` using an explicit attribute name. After the model attribute instance is obtained, data binding is applied. The `WebDataBinder` class matches Servlet request parameter names (query parameters and form