Fix type of "flatten" parameter in JsonLdOptions
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Mon, 01 Oct 2012 16:30:07 +0200
changeset 897 b015a03b753c
parent 896 402ed9100a96
child 898 f8ba1dbf82e0
Fix type of "flatten" parameter in JsonLdOptions

This addresses #109.
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Mon Oct 01 14:39:06 2012 +0200
+++ b/spec/latest/json-ld-api/index.html	Mon Oct 01 16:30:07 2012 +0200
@@ -996,7 +996,7 @@
         one element with that element during compaction. If set to <code>false</code>,
         all arrays will remain arrays even if they have just one element.
       </dd>
-      <dt>boolean flatten = false</dt>
+      <dt>boolean or IRI flatten = false</dt>
       <dd>If set to a value that is not <code>false</code>,
         the JSON-LD processor must modify the output of the
         <a href="#compaction-algorithm">Compaction Algorithm</a>