From 94924566d5d217815e6bfafb28ff8733b8b7c219 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Fri, 23 Mar 2018 11:12:54 -0400 Subject: [PATCH] Minor typo in docs --- src/docs/asciidoc/core/core-expressions.adoc | 6 +++--- src/docs/asciidoc/web/websocket.adoc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/docs/asciidoc/core/core-expressions.adoc b/src/docs/asciidoc/core/core-expressions.adoc index d2a3c25b82..8b30b68d9e 100644 --- a/src/docs/asciidoc/core/core-expressions.adoc +++ b/src/docs/asciidoc/core/core-expressions.adoc @@ -200,9 +200,9 @@ By default, the `create()` static factory method enables only read access to pro You can also obtain a builder to configure the exact level of support needed, targeting one of, or some combination of the following: -. Custom {@code PropertyAccessor} only (no reflection) -. Data binding properties for read-only access -. Data binding properties for read and write +. Custom `PropertyAccessor` only (no reflection). +. Data binding properties for read-only access. +. Data binding properties for read and write. [[expressions-type-conversion]] diff --git a/src/docs/asciidoc/web/websocket.adoc b/src/docs/asciidoc/web/websocket.adoc index cbe8a4d138..5da46a6a3e 100644 --- a/src/docs/asciidoc/web/websocket.adoc +++ b/src/docs/asciidoc/web/websocket.adoc @@ -1301,7 +1301,7 @@ subscription messages only. An `@SubscribeMapping` method is generally no different from any `@MessageMapping` method with respect to mapping and input arguments. For example you can combine it with a type-level `@MessageMapping` to express a shared destination prefix, and you can use the -same <> as on any @MessageMapping` method. +same <> as any @MessageMapping` method. The key difference with `@SubscribeMapping` is that the return value of the method is serialized as a payload and sent, not to the "brokerChannel" but to the