add word spacing
This commit is contained in:
@@ -555,7 +555,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