add word spacing

This commit is contained in:
sy.choi
2023-07-02 14:09:10 +09:00
committed by Soby Chacko
parent 38503aa34f
commit 39eca198fb

View File

@@ -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();
}
----