typo
This commit is contained in:
committed by
Oleg Zhurakousky
parent
0b297fcb37
commit
a68b7b8624
@@ -537,7 +537,7 @@ For example:
|
||||
|
||||
[source,java]
|
||||
----
|
||||
public Function<Flux<?>, Mono<Void>>`consumer() {
|
||||
public Function<Flux<?>, Mono<Void>>consumer() {
|
||||
return flux -> flux.map(..).filter(..).then();
|
||||
}
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user