Reword "For each key language and value language value in value"
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Thu, 14 Mar 2013 14:59:57 +0100
changeset 1443 b64fc094df37
parent 1442 34a527527545
child 1444 3ad414f94c0c
Reword "For each key language and value language value in value"

.. to "For each key-value pair language-language value in value". Same for index maps.

This addresses #218.
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Thu Mar 14 14:52:49 2013 +0100
+++ b/spec/latest/json-ld-api/index.html	Thu Mar 14 14:59:57 2013 +0100
@@ -1589,9 +1589,8 @@
               <ol class="algorithm">
                 <li>Initialize <i>expanded value</i> to an empty
                   <tref>array</tref>.</li>
-                <li>For each key <i>language</i> and value <i>language value</i>
-                  in <i>value</i>, ordered lexicographically by
-                  <i>language</i>:
+                <li>For each key-value pair <i>language</i>-<i>language value</i>
+                  in <i>value</i>, ordered lexicographically by <i>language</i>:
                   <ol class="algorithm">
                     <li>If <i>language value</i> is not an <tref>array</tref>
                       set it to an <tref>array</tref> containing only
@@ -1620,9 +1619,8 @@
               <ol class="algorithm">
                 <li>Initialize <i>expanded value</i> to an empty
                   <tref>array</tref>.</li>
-                <li>For each key <i>index</i> and value
-                  <i>index value</i> in <i>value</i>, ordered
-                  lexicographically by <i>index</i>:
+                <li>For each key-value pair <i>index</i>-<i>index value</i>
+                  in <i>value</i>, ordered lexicographically by <i>index</i>:
                   <ol class="algorithm">
                     <li>If <i>index value</i> is not an <tref>array</tref>
                       set it to an <tref>array</tref> containing only