Skip to content

Commit 22029b4

Browse files
committed
Merge pull request #28944 from wilkinsona
* pr/28944: Correct description of @RequestParam with WebFlux Closes gh-28944
2 parents 6685e78 + d6b6004 commit 22029b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/asciidoc/web/webflux.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1851,8 +1851,8 @@ and others) and is equivalent to `required=false`.
18511851
| For access to name-value pairs in URI path segments. See <<webflux-ann-matrix-variables>>.
18521852

18531853
| `@RequestParam`
1854-
| For access to Servlet request parameters. Parameter values are converted to the declared
1855-
method argument type. See <<webflux-ann-requestparam>>.
1854+
| For access to query parameters. Parameter values are converted to the declared method argument
1855+
type. See <<webflux-ann-requestparam>>.
18561856

18571857
Note that use of `@RequestParam` is optional -- for example, to set its attributes.
18581858
See "`Any other argument`" later in this table.

0 commit comments

Comments
 (0)