Commit 8fb181f3 authored by Phillip Webb's avatar Phillip Webb

Escape new '{reference}' elements in asciidoc

See gh-17387
parent f20b100a
...@@ -3471,7 +3471,7 @@ The following code shows a typical `@Controller`: ...@@ -3471,7 +3471,7 @@ The following code shows a typical `@Controller`:
// ... // ...
} }
@MessageMapping("users.{user}.info") @MessageMapping("users.\{user}.info")
Mono<ChatUserInfo> getUserInfo(@DestinationVariable String user) { Mono<ChatUserInfo> getUserInfo(@DestinationVariable String user) {
// ... // ...
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment