Skip to content

Commit de2a01e

Browse files
committed
Polish
Closes gh-22717
1 parent 7882a33 commit de2a01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ The following example shows how to access multiparts, one at a time, in streamin
150150
====
151151
[source,java]
152152
----
153-
Flux<Part> parts = request.body(BodyExtractos.toParts());
153+
Flux<Part> parts = request.body(BodyExtractors.toParts());
154154
----
155155
====
156156

0 commit comments

Comments
 (0)