Use correct variable in from RDF algorithm
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Mon, 06 May 2013 10:39:56 +0200
changeset 1633 51f7620f28ac
parent 1632 570f884d88b0
child 1634 e41b7a61c25f
Use correct variable in from RDF algorithm

See https://github.com/json-ld/json-ld.org/commit/20d91d54030ecc61901491bc632eb3d957b965f3#commitcomment-3148566
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Sun May 05 13:08:13 2013 -0700
+++ b/spec/latest/json-ld-api/index.html	Mon May 06 10:39:56 2013 +0200
@@ -3443,14 +3443,14 @@
             <li>For item <i>subj</i> of the <tref>array</tref> <i>subjects</i>,
               perform the following steps:
               <ol class="algorithm">
-                <li>If <i>graph object</i> does not have a <i>subject</i> member,
+                <li>If <i>graph object</i> does not have a <i>subj</i> member,
                   it has been removed as it was part of a list. Continue with the
-                  next <i>subject</i>.</li>
-                <li>Reference the value of the <i>subject</i> member of <i>graph object</i>
+                  next <i>subj</i>.</li>
+                <li>Reference the value of the <i>subj</i> member of <i>graph object</i>
                   using the variable <i>node</i>.</li>
                 <li>If <i>node</i> has no <code>usages</code> member or its value
                   is not an <tref>array</tref> consisting of one item, continue
-                  with the next <i>subject</i>.</li>
+                  with the next <i>subj</i>.</li>
                 <li>Reference the only item of the <tref>array</tref> which is the value
                   of the <code>usages</code> member of <i>node</i> using the variable
                   <i>value</i>.</li>