--- a/spec/latest/json-ld-api/index.html Wed Nov 07 15:18:26 2012 +0100
+++ b/spec/latest/json-ld-api/index.html Wed Nov 07 20:18:19 2012 +0100
@@ -1517,8 +1517,6 @@
<li>Otherwise, if the <em>property</em> is <code>@type</code>:
<ol class="algorithm">
<li>If <em>value</em> is a <tref>string</tref>, expand according to <a href="#iri-expansion">IRI Expansion</a>.</li>
- <li>Otherwise, if <em>value</em> is a <tref>JSON Object</tref>, it must be empty (used for
- <cite><a href="../json-ld-framing/#framing">Framing</a></cite>).</li>
<li>Otherwise, if <em>value</em> is an <tref>array</tref>, all elements must be <tref>string</tref>s.
Expand <em>value</em> for each of its entries according to <a href="#iri-expansion">IRI Expansion</a>.</li>
</ol>