Skip to content

Commit 62bbebd

Browse files
committed
Polishing
1 parent ac7d428 commit 62bbebd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

framework-docs/src/docs/asciidoc/web/webmvc.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2708,7 +2708,7 @@ could load the `Account` from a data store:
27082708
// ...
27092709
}
27102710
----
2711-
<1> Bind an instance of `Pet` using an explicit attribute name.
2711+
<1> Bind an instance of `Account` using an explicit attribute name.
27122712

27132713
[source,kotlin,indent=0,subs="verbatim,quotes",role="secondary"]
27142714
.Kotlin
@@ -2718,7 +2718,7 @@ could load the `Account` from a data store:
27182718
// ...
27192719
}
27202720
----
2721-
<1> Bind an instance of `Pet` using an explicit attribute name.
2721+
<1> Bind an instance of `Account` using an explicit attribute name.
27222722

27232723
After the model attribute instance is obtained, data binding is applied. The
27242724
`WebDataBinder` class matches Servlet request parameter names (query parameters and form

0 commit comments

Comments
 (0)