Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jessealama committed Sep 26, 2024
1 parent f49a39a commit 927df7b
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 @@ -152,7 +152,7 @@ location: https://github.com/tc39/proposal-decimal/
1. Let _rounded_ be ApplyRoundingModeToPositive(_m_, _roundingMode_).
1. If _rounded_ = 10<sup>34</sup>, then
1. Set _te_ to _te_ + 1.
1. Set _rounded_ = to 10<sup>33</sup>.
1. Set _rounded_ to 10<sup>33</sup>.
1. If _te_ > 6111, return *+∞*<sub>𝔻</sub>.
1. If _rounded_ = 0, return *+0*<sub>𝔻</sub>.
1. Return _rounded_ × 10<sup>_te_</sup>.
Expand Down

0 comments on commit 927df7b

Please sign in to comment.