Fix misplaced quote in example 28
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Thu, 27 Feb 2014 21:13:26 +0100
changeset 2116 a70af316e6e6
parent 2115 f38c94b59fb9
child 2117 a2b2a6d8786e
child 2118 f75ae0529d52
Fix misplaced quote in example 28

See http://lists.w3.org/Archives/Public/public-rdf-comments/2014Feb/0047.html
spec/latest/json-ld/index.html
--- a/spec/latest/json-ld/index.html	Thu Feb 27 10:36:12 2014 -0800
+++ b/spec/latest/json-ld/index.html	Thu Feb 27 21:13:26 2014 +0100
@@ -1455,9 +1455,9 @@
   {
     ****"@context":
     {
-      "name": "http://example.com/person#name,
+      "name": "http://example.com/person#name",
       "details": "http://example.com/person#details"
-    }"****,
+    }****,
     "****name****": "Markus Lanthaler",
     ...
     "details":