Skip to content

Commit 95a400a

Browse files
committed
Merge pull request #28867 from arvyy
* pr/28867: Add missing closing parenthesis Closes gh-28867
2 parents f7b94fc + 4383a67 commit 95a400a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/web/webmvc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2176,7 +2176,7 @@ and others) and is equivalent to `required=false`.
21762176
| Any other argument
21772177
| If a method argument is not matched to any of the earlier values in this table and it is
21782178
a simple type (as determined by
2179-
{api-spring-framework}/beans/BeanUtils.html#isSimpleProperty-java.lang.Class-[BeanUtils#isSimpleProperty],
2179+
{api-spring-framework}/beans/BeanUtils.html#isSimpleProperty-java.lang.Class-[BeanUtils#isSimpleProperty]),
21802180
it is resolved as a `@RequestParam`. Otherwise, it is resolved as a `@ModelAttribute`.
21812181
|===
21822182

0 commit comments

Comments
 (0)