Skip to content

Commit 4c3ea8b

Browse files
committed
Clarify when input does not have @type when setting "input type" variable. Fixes #215.
1 parent a8f4ce5 commit 4c3ea8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2458,7 +2458,7 @@ <h3>Algorithm</h3>
24582458
<li>Initialize two empty <a class="changed">maps</a>, <var>result</var>
24592459
<span class="changed">and <var>nests</var>.
24602460
Initialize <var>input type</var> to the last value of the first <a>entry</a> in <var>element</var>
2461-
expanding to <code>@type</code>, ordering <a>entries</a> lexicographically by key</span>.
2461+
expanding to <code>@type</code> (if any), ordering <a>entries</a> lexicographically by key</span>.
24622462
</li>
24632463
<li id="alg-expand-each-key-value">
24642464
For each <var>key</var> and <var>value</var> in <var>element</var>,

0 commit comments

Comments
 (0)