Fix invalid example
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Wed, 19 Sep 2012 18:07:29 +0200
changeset 867 72f6b506265f
parent 866 71c43eb1eeb8
child 868 d07428269ace
Fix invalid example
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-syntax/index.html	Wed Sep 19 11:09:31 2012 +0200
+++ b/spec/latest/json-ld-syntax/index.html	Wed Sep 19 18:07:29 2012 +0200
@@ -1910,9 +1910,9 @@
 {
   "@context":
   {
-    ****"title": { "@id": ["http://purl.org/dc/terms/title",
-                       "http://schema.org/name",
-                       "http://www.w3.org/2000/01/rdf-schema#label"] }****,
+    ****"title": { "@id": [ "http://purl.org/dc/terms/title",
+                        "http://schema.org/name",
+                        "http://www.w3.org/2000/01/rdf-schema#label" ] }****
   },
   "@id": "http://example.com/book",
   ****"title": "The Count of Monte Cristo"****