Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jessealama committed Sep 19, 2024
1 parent 5800316 commit 3aa6618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ location: https://github.com/tc39/proposal-decimal/
1. If _d1_ is *-∞*<sub>𝔻</sub>, return *false*.
1. If _d2_ is *+∞*<sub>𝔻</sub>, return *false*.
1. If _d2_ is *-∞*<sub>𝔻</sub>, return *true*.
1. If MV(_d1_) ≥ MV(_d2_), retuturn *true*.
1. If MV(_d1_) ≥ MV(_d2_), return *true*.
1. Otherwise, return *false*.
</emu-alg>
<emu-note>
Expand Down

0 comments on commit 3aa6618

Please sign in to comment.