Fix some example syntax issues.
--- 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>