Browse Source

Polish

Closes gh-22717
pull/22728/head
Stephane Nicoll 7 years ago
parent
commit
de2a01eee4
  1. 2
      src/docs/asciidoc/web/webflux-functional.adoc

2
src/docs/asciidoc/web/webflux-functional.adoc

@ -150,7 +150,7 @@ The following example shows how to access multiparts, one at a time, in streamin @@ -150,7 +150,7 @@ The following example shows how to access multiparts, one at a time, in streamin
====
[source,java]
----
Flux<Part> parts = request.body(BodyExtractos.toParts());
Flux<Part> parts = request.body(BodyExtractors.toParts());
----
====

Loading…
Cancel
Save