Skip to content

Commit 0af7d1c

Browse files
committed
restore Resolved Options table to ordering before PR tc39#150 merged
1 parent ca4e8f0 commit 0af7d1c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec.emu

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -695,10 +695,6 @@ contributors: Ujjwal Sharma, Younies Mahmoud
695695
<th>Property</th>
696696
</tr>
697697
</thead>
698-
<tr>
699-
<td>[[NumberingSystem]]</td>
700-
<td>*"numberingSystem"*</td>
701-
</tr>
702698
<tr>
703699
<td>[[Locale]]</td>
704700
<td>*"locale"*</td>
@@ -791,6 +787,10 @@ contributors: Ujjwal Sharma, Younies Mahmoud
791787
<td>[[FractionalDigits]]</td>
792788
<td>*"fractionalDigits"*</td>
793789
</tr>
790+
<tr>
791+
<td>[[NumberingSystem]]</td>
792+
<td>*"numberingSystem"*</td>
793+
</tr>
794794
</table>
795795
</emu-table>
796796
</emu-clause>

0 commit comments

Comments
 (0)