Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
bclozel committed Nov 17, 2022
1 parent ac7d428 commit 62bbebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework-docs/src/docs/asciidoc/web/webmvc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 62bbebd

Please sign in to comment.