Skip to content

Commit b9609d6

Browse files
committed
restore Resolved Options table to ordering before PR tc39#150 merged
squash me
1 parent ca4e8f0 commit b9609d6

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec.emu

Lines changed: 5 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,11 @@ 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>
794+
794795
</table>
795796
</emu-table>
796797
</emu-clause>

0 commit comments

Comments
 (0)