Fix some example syntax issues.
authorGregg Kellogg <gregg@kellogg-assoc.com>
Sun, 27 Nov 2011 14:29:08 -0800
changeset 276 99958980ced0
parent 275 f5bccf11e50e
child 277 47a02bbeffb9
Fix some example syntax issues.
spec/latest/json-ld-api/index.html
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-api/index.html	Wed Nov 23 19:21:24 2011 -0500
+++ b/spec/latest/json-ld-api/index.html	Sun Nov 27 14:29:08 2011 -0800
@@ -1197,8 +1197,8 @@
     "Book":         "http://example.org/vocab#Book",
     "Chapter":      "http://example.org/vocab#Chapter",
     "contains":     "http://example.org/vocab#contains",
-    "creator":      "http://purl.org/dc/terms/creator"
-    "description":  "http://purl.org/dc/terms/description"
+    "creator":      "http://purl.org/dc/terms/creator",
+    "description":  "http://purl.org/dc/terms/description",
     "Library":      "http://example.org/vocab#Library",
     "title":        "http://purl.org/dc/terms/title",
     "@coerce":
--- a/spec/latest/json-ld-syntax/index.html	Wed Nov 23 19:21:24 2011 -0500
+++ b/spec/latest/json-ld-syntax/index.html	Sun Nov 27 14:29:08 2011 -0800
@@ -1496,8 +1496,8 @@
       "@type": ****"ex:Chapter"****,
       ****"dc:description"****: "An introductory chapter on The Republic.",
       ****"dc:title"****: "The Introduction"
-    },
-  },
+    }
+  }
 }
 -->
   </pre>