--- a/spec/latest/json-ld-api/index.html	Tue Feb 19 00:23:07 2013 -0500
+++ b/spec/latest/json-ld-api/index.html	Tue Feb 19 16:18:52 2013 +0100
@@ -3987,7 +3987,7 @@
   <li>For each <em>graph name</em> and <em>graph</em> in <em>nodeMap</em>:
     <ol class="algorithm">
       <li>Retrieve <em>triples</em> using the <a href="#nodemap-rdf">Node Map to RDF Subalgorithm</a>.</li>
-      <li>If <em>graph name</em> is not <code>@default</code>, add
+      <li>If <em>graph name</em> equals <code>@default</code>, add
         <em>triples</em> to the <tref>default graph</tref> in <em>dataset</em>.</li>
       <li>Otherwise, create a <tref>named graph</tref> in <em>dataset</em>
         composed of <em>graph name</em> and <em>triples</em>.</li>