Skip to content

Commit c388a0f

Browse files
committed
Improve wording of expansion 13.8.3.7.2.3.
Fixes #477.
1 parent 854a53e commit c388a0f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

index.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -2967,9 +2967,11 @@ <h3>Algorithm</h3>
29672967
and <var>index</var> as <var>value</var>.</li>
29682968
<li>Initialize <var>expanded index key</var> to the result of
29692969
<span class="changed"><a>IRI expanding</a></span> <var>index key</var>.</li>
2970-
<li>Initialize <var>index property values</var> to the concatenation of
2971-
<var>re-expanded index</var> with any existing values of
2972-
<var>expanded index key</var> in <var>item</var>.</li>
2970+
<li>Initialize <var>index property values</var> to
2971+
an <a>array</a> consisting of <var>re-expanded index</var> followed
2972+
by the existing values of
2973+
the concatenation of <var>expanded index key</var> in <var>item</var>,
2974+
if any.</li>
29732975
<li>Add the key-value pair (<var>expanded index key</var>-<var>index property values</var>)
29742976
to <var>item</var>.</li>
29752977
<li>If <var>item</var> is a value object,

0 commit comments

Comments
 (0)