Fix bug in Node Map Generation algorithm
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Sat, 18 May 2013 12:47:35 -0300
changeset 1671 585b871a238b
parent 1670 90101dce7778
child 1672 16c4bdc4e13d
Fix bug in Node Map Generation algorithm

Well spotted @gkellogg

This closes #248.
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Sat May 18 04:28:06 2013 -0700
+++ b/spec/latest/json-ld-api/index.html	Sat May 18 12:47:35 2013 -0300
@@ -3006,7 +3006,7 @@
                   its value to an empty <tref>array</tref>.</li>
                 <li>Recursively invoke this algorithm passing <i>value</i> for <i>element</i>,
                   <i>node map</i>, <tref>active graph</tref>, <i>id</i> for <tref>active subject</tref>,
-                  <i>property</i> for <tref>active property</tref>, and <i>list</i>.</li>
+                  and <i>property</i> for <tref>active property</tref>.</li>
               </ol>
             </li>
           </ol>