Skip to content

Commit 496b187

Browse files
committed
Merge branch '5.3.x'
2 parents 0057130 + 22029b4 commit 496b187

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
@@ -1874,8 +1874,8 @@ and others) and is equivalent to `required=false`.
18741874
| For access to name-value pairs in URI path segments. See <<webflux-ann-matrix-variables>>.
18751875

18761876
| `@RequestParam`
1877-
| For access to Servlet request parameters. Parameter values are converted to the declared
1878-
method argument type. See <<webflux-ann-requestparam>>.
1877+
| For access to query parameters. Parameter values are converted to the declared method argument
1878+
type. See <<webflux-ann-requestparam>>.
18791879

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

0 commit comments

Comments
 (0)