Minor fix
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Fri, 08 Feb 2013 18:33:48 +0100
changeset 1197 844f453a1f43
parent 1196 03927ab80c71
child 1198 a97d3fe2acbf
Minor fix

@container can also be @language
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Fri Feb 08 13:19:45 2013 +0100
+++ b/spec/latest/json-ld-api/index.html	Fri Feb 08 18:33:48 2013 +0100
@@ -1087,8 +1087,8 @@
                   <tref>string</tref> nor <tref>null</tref>, raise an
                   <code class="error">invalid language mapping</code> error.</li>
                 <li>If <em>value</em> has an <code>@container</code> member with a value <em>val</em> that
-                  equals <code>@list</code>, <code>@set</code>, or <code>@index</code>, set the
-                  <tref>container mapping</tref> of <em>definition</em> to <em>val</em>.
+                  equals <code>@list</code>, <code>@set</code>, <code>@language</code>, or <code>@index</code>,
+                  set the <tref>container mapping</tref> of <em>definition</em> to <em>val</em>.
                   If <em>val</em> is not one of those values, raise an
                   <code class="error">invalid container mapping</code> error.</li>
               </ol>