Skip to content

Commit ddb45a9

Browse files
cbsingh1sdeleuze
authored andcommitted
Correct documentation formatting for Mono type
Closes gh-35786 Signed-off-by: Chandra Bhan Singh <cbhansingh1@gmail.com>
1 parent 38555df commit ddb45a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/modules/ROOT/pages/web/webmvc/mvc-ann-async.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ reactive types from the controller method.
422422
Reactive return values are handled as follows:
423423

424424
* A single-value promise is adapted to, similar to using `DeferredResult`. Examples
425-
include `CompletionStage` (JDK), Mono` (Reactor), and `Single` (RxJava).
425+
include `CompletionStage` (JDK), `Mono` (Reactor), and `Single` (RxJava).
426426
* A multi-value stream with a streaming media type (such as `application/x-ndjson`
427427
or `text/event-stream`) is adapted to, similar to using `ResponseBodyEmitter` or
428428
`SseEmitter`. Examples include `Flux` (Reactor) or `Observable` (RxJava).

0 commit comments

Comments
 (0)