diff --git a/src/docs/asciidoc/web/webflux.adoc b/src/docs/asciidoc/web/webflux.adoc index 21e1260ca03..fd96a2e6403 100644 --- a/src/docs/asciidoc/web/webflux.adoc +++ b/src/docs/asciidoc/web/webflux.adoc @@ -1874,8 +1874,8 @@ and others) and is equivalent to `required=false`. | For access to name-value pairs in URI path segments. See <>. | `@RequestParam` -| For access to Servlet request parameters. Parameter values are converted to the declared - method argument type. See <>. +| For access to query parameters. Parameter values are converted to the declared method argument + type. See <>. Note that use of `@RequestParam` is optional -- for example, to set its attributes. See "`Any other argument`" later in this table.