From 927df7b1b9b1ccc8008328c5ebc22d8e7966f7ec Mon Sep 17 00:00:00 2001 From: Jesse Alama Date: Thu, 26 Sep 2024 18:52:09 +0200 Subject: [PATCH] typo --- spec.emu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.emu b/spec.emu index f42b3ed..1d7d44c 100644 --- a/spec.emu +++ b/spec.emu @@ -152,7 +152,7 @@ location: https://github.com/tc39/proposal-decimal/ 1. Let _rounded_ be ApplyRoundingModeToPositive(_m_, _roundingMode_). 1. If _rounded_ = 1034, then 1. Set _te_ to _te_ + 1. - 1. Set _rounded_ = to 1033. + 1. Set _rounded_ to 1033. 1. If _te_ > 6111, return *+∞*𝔻. 1. If _rounded_ = 0, return *+0*𝔻. 1. Return _rounded_ × 10_te_.