Fix bug in expansion algorithm
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Mon, 11 Mar 2013 16:55:58 +0100
changeset 1399 d03f390b4cd4
parent 1398 e8bfbe8af78c
child 1400 827bcf840dea
Fix bug in expansion algorithm
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Mon Mar 11 15:44:46 2013 +0100
+++ b/spec/latest/json-ld-api/index.html	Mon Mar 11 16:55:58 2013 +0100
@@ -1554,7 +1554,7 @@
                   <em>property</em> and <em>item</em> the following steps:
                   <ol class="algorithm">
                     <li>If <em>result</em> does not have an <em>property</em> member, create
-                      one and set its value to an empty <tref>JSON object</tref>.</li>
+                      one and set its value to an empty <tref>array</tref>.</li>
                     <li>Append <em>item</em> to the value of the <em>property</em> member
                       of <em>result</em>.</li>
                   </ol>