mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Fix JSON syntax in STOMP overview documentation
Closes gh-36229 Signed-off-by: Ivars Silamiķelis <ivars.silamikelis@gmail.com>
This commit is contained in:
committed by
Brian Clozel
parent
ac243fae65
commit
033c309d39
@@ -59,7 +59,7 @@ destination:/queue/trade
|
||||
content-type:application/json
|
||||
content-length:44
|
||||
|
||||
{"action":"BUY","ticker":"MMM","shares",44}^@
|
||||
{"action":"BUY","ticker":"MMM","shares":44}^@
|
||||
----
|
||||
|
||||
After the execution, the server can
|
||||
|
||||
Reference in New Issue
Block a user