Skip to content

Commit 746ece8

Browse files
committed
fix #632
1 parent 55504a9 commit 746ece8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1996,7 +1996,7 @@ <h3>Algorithm</h3>
19961996
<li>Initialize <var>result</var> to an empty <a class="changed">map</a>.</li>
19971997
<li>Initialize <var>default language</var> to <code>@none</code>.
19981998
If the <var>active context</var> has a <a>default language</a>,
1999-
set <var>default language</var> to the <a>default language</a> from the <a>active context</a>
1999+
set <var>default language</var> to the <a>default language</a> from the <var>active context</var>
20002000
<span class="changed">normalized to lower case</span>.</li>
20012001
<li>For each key <a>term</a> and value <a>term definition</a> in
20022002
the <var>active context</var>, ordered by shortest <a>term</a>
@@ -2112,7 +2112,7 @@ <h3>Algorithm</h3>
21122112
<a>default base direction</a>:
21132113
<ol>
21142114
<li>Initialize a variable <var>lang dir</var>
2115-
with the concatenation of <a>default language</a> and <a>default base direction</a>,
2115+
with the concatenation of <var>default language</var> and <a>default base direction</a>,
21162116
separate by an underscore (`"_"`),
21172117
normalized to lower case.</li>
21182118
<li>If <var>language map</var> does not have a <var>lang dir</var> <a>entry</a>,

0 commit comments

Comments
 (0)