Skip to content

Commit 8714710

Browse files
committed
Merge branch '5.1.x'
2 parents 4b5c370 + de2a01e commit 8714710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ The following example shows how to access multiparts, one at a time, in streamin
137137

138138
[source,java]
139139
----
140-
Flux<Part> parts = request.body(BodyExtractos.toParts());
140+
Flux<Part> parts = request.body(BodyExtractors.toParts());
141141
----
142142

143143

0 commit comments

Comments
 (0)