We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f790c commit 0e0f666Copy full SHA for 0e0f666
docs/modules/ROOT/pages/mapping/single-multi.adoc
@@ -78,7 +78,7 @@ public ResponseEntity<Mono<Result>> someEndpoint() {
78
79
it will not work because the result type of the statement is `Mono<ResponseEntity<Mono<Result>>>` and not the expected `ResponseEntity<Mono<Result>>`.
80
81
-This can be fixed by modifying the response type to
+This can be fixed by modifying the `result` mapping to
82
83
[source, yaml]
84
----
0 commit comments