--- a/spec/latest/json-ld-api/index.html Fri Jun 07 12:35:17 2013 +0200
+++ b/spec/latest/json-ld-api/index.html Fri Jun 07 12:45:10 2013 +0200
@@ -182,6 +182,8 @@
<ul>
<li>Ensure determinism of the Convert to RDF Algorithm by specifying the processing order</li>
+ <li>Change the default value of the <em>use native types</em> flag in the Convert from RDF Algorithm
+ to <code>false</code></li>
</ul>
</section>
@@ -3378,7 +3380,7 @@
<h2>Algorithm</h2>
<p>The algorithm takes two required inputs: an <tref>RDF dataset</tref> and a flag
- <i>use native types</i> that defaults to <tref>true</tref>.</p>
+ <i>use native types</i> that defaults to <tref>false</tref>.</p>
<ol class="algorithm">
<li>Initialize <i>default graph</i> to an empty <tref>JSON object</tref>.</li>