Skip to content

Commit d6b6004

Browse files
wilkinsonasnicoll
authored andcommitted
Correct description of @RequestParam with WebFlux
See gh-28944
1 parent 6685e78 commit d6b6004

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)