We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf3ccb commit 819e14fCopy full SHA for 819e14f
src/asciidoc/web-mvc.adoc
@@ -1483,7 +1483,7 @@ The following code snippet shows the usage:
1483
1484
Parameters using this annotation are required by default, but you can specify that a
1485
parameter is optional by setting ``@RequestParam``'s `required` attribute to `false`
1486
-(e.g., `@RequestParam(path="id", required=false)`).
+(e.g., `@RequestParam(name="id", required=false)`).
1487
1488
Type conversion is applied automatically if the target method parameter type is not
1489
`String`. See <<mvc-ann-typeconversion>>.
0 commit comments