From fe1cbcad678aac085724e631db301ae15a5c6556 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Sat, 2 Mar 2019 00:00:16 +0100 Subject: [PATCH] #837 - Polishing. Fixed example JSON in fundamentals section. --- src/main/asciidoc/fundamentals.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/fundamentals.adoc b/src/main/asciidoc/fundamentals.adoc index 1b31850d..6a045248 100644 --- a/src/main/asciidoc/fundamentals.adoc +++ b/src/main/asciidoc/fundamentals.adoc @@ -172,7 +172,7 @@ If you returned such an instance from a Spring MVC or WebFlux controller and the "self" : { "href" : "http://myhost/people/42" } - } + }, "firstname" : "Dave", "lastname" : "Matthews" }