Skip to content

Commit

Permalink
fixup: [spec] npm run build
Browse files Browse the repository at this point in the history
  • Loading branch information
jessealama committed Oct 8, 2024
1 parent d732b8f commit 5ef2e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3260,7 +3260,7 @@ <h1>Introduction</h1>
<li>a <emu-xref href="#decimal128-mathematical-value" id="_ref_10"><a href="#decimal128-mathematical-value">mathematical value</a></emu-xref> <var>v</var> for which there exists an <emu-xref href="#integer"><a href="https://tc39.es/ecma262/#integer">integer</a></emu-xref> <var>q</var> satisfing the following conditions:</li>
<ul>
<li>-6176 ≤ <var>q</var> ≤ 6111,</li>
<li>v × 10<sup>−<var>q</var></sup> is an <emu-xref href="#integer"><a href="https://tc39.es/ecma262/#integer">integer</a></emu-xref> <var>n</var> such that 0 &lt; <emu-xref aoid="abs"><a href="https://tc39.es/ecma262/#eqn-abs">abs</a></emu-xref>(<var>n</var>) &lt; 10<sup>34</sup></li>
<li><var>v</var> × 10<sup>−<var>q</var></sup> is an <emu-xref href="#integer"><a href="https://tc39.es/ecma262/#integer">integer</a></emu-xref> <var>n</var> such that 0 &lt; <emu-xref aoid="abs"><a href="https://tc39.es/ecma262/#eqn-abs">abs</a></emu-xref>(<var>n</var>) &lt; 10<sup>34</sup></li>
</ul>
</ul>
<emu-note><span class="note">Note 1</span><div class="note-contents">
Expand Down

0 comments on commit 5ef2e04

Please sign in to comment.