Fix minor error in compaction algorithm
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Tue, 28 Aug 2012 18:11:56 +0200
changeset 842 a1d06170232b
parent 841 37b7e4bb79bd
child 843 caaef46bf620
Fix minor error in compaction algorithm
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Sun Aug 26 15:54:56 2012 -0700
+++ b/spec/latest/json-ld-api/index.html	Tue Aug 28 18:11:56 2012 +0200
@@ -1743,7 +1743,7 @@
                 <a href="#iri-compaction">IRI Compaction</a> on <em>value</em>.</li>
               <li>Otherwise, <em>value</em> MUST be an <tref>array</tref>. Perform <a href="#iri-compaction">IRI Compaction</a>
                 on every entry of <em>value</em>. If <em>value</em> contains just one entry, <em>value</em> is set to that entry.</li>
-              <li>Add <tref>active property</tref> and the expanded <em>value</em> to <em>output</em>.</li>
+              <li>Add <tref>active property</tref> and the compacted <em>value</em> to <em>output</em>.</li>
             </ol>
           </li>
           <li>Otherwise, <em>value</em> MUST be an <tref>array</tref>.</li>