diff --git a/spec.emu b/spec.emu index eb5e0ed..7843f4e 100644 --- a/spec.emu +++ b/spec.emu @@ -840,7 +840,7 @@ location: https://github.com/tc39/proposal-decimal/ 1. If _d1_ is *-∞*𝔻, return *false*. 1. If _d2_ is *+∞*𝔻, return *false*. 1. If _d2_ is *-∞*𝔻, return *true*. - 1. If MV(_d1_) ≥ MV(_d2_), retuturn *true*. + 1. If MV(_d1_) ≥ MV(_d2_), return *true*. 1. Otherwise, return *false*.