Skip to content

Commit

Permalink
Fix identifer
Browse files Browse the repository at this point in the history
  • Loading branch information
jessealama committed Oct 8, 2024
1 parent 603868c commit df15511
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 @@ -986,7 +986,7 @@ location: https://github.com/tc39/proposal-decimal/
1. Return the concatenation of _signPrefix_ and *"0"*.
1. Otherwise:
1. Let _trailingZeroes_ be *"0"* repeated _numDigits_ times.
1. Return the concatenation of _signPrefix, *"0"*, *"."*, and _trailingZeroes_.
1. Return the concatenation of _signPrefix_, *"0"*, *"."*, and _trailingZeroes_.
1. Set _d_ to abs(_d_).
1. Let _scaledV_ be _d_ × 10<sup>_numDigits_</sup>.
1. Let _roundedScaledV_ be ApplyRoundingModeToPositive(_scaledV_, _roundingMode_).
Expand Down

0 comments on commit df15511

Please sign in to comment.