Fix error in Compaction Algorithm
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Fri, 30 Mar 2012 14:19:56 +0800
changeset 435 26bbfc7d6974
parent 434 6528a10dc8a0
child 436 06bf829179e4
Fix error in Compaction Algorithm
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Fri Mar 30 14:10:23 2012 +0800
+++ b/spec/latest/json-ld-api/index.html	Fri Mar 30 14:19:56 2012 +0800
@@ -1320,7 +1320,7 @@
 <h3>Compaction Algorithm</h3>
 
 <p>The algorithm takes two input variables: an <tref>active property</tref>,
-  and a <em>value</em> to be expanded. To begin, the <tref>active property</tref> is set to <tref>null</tref>, and <em>value</em> is
+  and a <em>value</em> to be compacted. To begin, the <tref>active property</tref> is set to <tref>null</tref>, and <em>value</em> is
   set to the result of performing the <a href="#expansion-algorithm">Expansion Algorithm</a> on
     the <tref>JSON-LD input</tref>. This removes any existing context to allow the given context to be cleanly
     applied. The <tref>active context</tref> to the given context.</p>