Add missing comma to example
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Tue, 30 Oct 2012 16:22:35 +0100
changeset 928 588adb7be202
parent 927 265aaa050968
child 929 5e62e7046df5
Add missing comma to example
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-syntax/index.html	Tue Oct 30 14:21:53 2012 +0100
+++ b/spec/latest/json-ld-syntax/index.html	Tue Oct 30 16:22:35 2012 +0100
@@ -1529,7 +1529,7 @@
   {
     "title":
     {
-      "@id": "http://purl.org/dc/terms/title"
+      "@id": "http://purl.org/dc/terms/title",
       ****"@container": "@language"****
     }
   },