Skip to content

Commit

Permalink
add word spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
sangyongchoi authored and sobychacko committed Jul 6, 2023
1 parent f1316b3 commit 1e17b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/spring-cloud-stream.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
----
Expand Down

0 comments on commit 1e17b59

Please sign in to comment.