Skip to content

Commit 0e0f666

Browse files
committed
#239, update single/multi documentation
1 parent c8f790c commit 0e0f666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/mapping/single-multi.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public ResponseEntity<Mono<Result>> someEndpoint() {
7878

7979
it will not work because the result type of the statement is `Mono<ResponseEntity<Mono<Result>>>` and not the expected `ResponseEntity<Mono<Result>>`.
8080

81-
This can be fixed by modifying the response type to
81+
This can be fixed by modifying the `result` mapping to
8282

8383
[source, yaml]
8484
----

0 commit comments

Comments
 (0)