Skip to content

Commit

Permalink
Add accidentally removed closing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jessealama committed May 30, 2024
1 parent 08c52bb commit a7acc17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ location: https://github.com/tc39/proposal-decimal/
1. Let _d_ be _O_.[[Decimal128Data]].
1. If _d_ is *NaN*<sub>𝔻</sub>, return *true*.
1. Otherwise, return *false*.
</emu-alg>
</emu-clause>

<emu-clause id="sec-decimal.prototype.isfinite">
Expand All @@ -315,6 +316,7 @@ location: https://github.com/tc39/proposal-decimal/
1. Let _d_ be _O_.[[Decimal128Data]].
1. If _d_ is *+∞*<sub>𝔻</sub> or *-∞*<sub>𝔻</sub>, return *true*.
1. Otherwise, return *false*.
</emu-alg>
</emu-clause>

<emu-clause id="sec-decimal.prototype.abs">
Expand Down

0 comments on commit a7acc17

Please sign in to comment.