Skip to content

Commit 4d7b265

Browse files
committed
Fix merge conflict in reference manual
1 parent f2506ca commit 4d7b265

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/docs/asciidoc/web/webflux.adoc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1749,14 +1749,10 @@ controller. The following code snippet shows the usage:
17491749

17501750
[TIP]
17511751
====
1752-
<<<<<<< HEAD
17531752
Unlike the Servlet API "request parameter" concept that conflates query parameters, form
1754-
=======
1755-
Unlike the Servlet API "request paramater" concept that conflate query parameters, form
1756-
>>>>>>> parent of 7e91733502... Infer HTTP 404 from empty Optional/Publisher types
17571753
data, and multiparts into one, in WebFlux each is accessed individually through the
1758-
`ServerWebExchange`. While `@RequestParam` binds to query parameters only, you can
1759-
use data binding to apply query paramerters, form data, and multiparts to a
1754+
`ServerWebExchange`. While `@RequestParam` binds to query parameters only, you can use
1755+
data binding to apply query parameters, form data, and multiparts to a
17601756
<<webflux-ann-modelattrib-method-args,command object>>.
17611757
====
17621758

0 commit comments

Comments
 (0)