Polishing

This commit is contained in:
Brian Clozel
2022-11-17 16:55:53 +01:00
parent ac7d428a62
commit 62bbebd4f4

View File

@@ -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