add word spacing

This commit is contained in:
sy.choi
2023-07-02 14:09:10 +09:00
committed by Soby Chacko
parent f1316b37b2
commit 1e17b597f9

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