Skip to content

Commit

Permalink
Add missing closing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
arvyy authored and snicoll committed Jul 25, 2022
1 parent f7b94fc commit 4383a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/web/webmvc.adoc
Expand Up @@ -2176,7 +2176,7 @@ and others) and is equivalent to `required=false`.
| Any other argument
| If a method argument is not matched to any of the earlier values in this table and it is
a simple type (as determined by
{api-spring-framework}/beans/BeanUtils.html#isSimpleProperty-java.lang.Class-[BeanUtils#isSimpleProperty],
{api-spring-framework}/beans/BeanUtils.html#isSimpleProperty-java.lang.Class-[BeanUtils#isSimpleProperty]),
it is resolved as a `@RequestParam`. Otherwise, it is resolved as a `@ModelAttribute`.
|===

Expand Down

0 comments on commit 4383a67

Please sign in to comment.