Skip to content

Commit

Permalink
Add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
jessealama committed May 30, 2024
1 parent 2715d7c commit 1aa1fd2
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 @@ -186,7 +186,7 @@ location: https://github.com/tc39/proposal-decimal/
1. Assert: _n_ is not 0.
1. Let _digits_ be the unique decimal string representation of _n_ without leading zeroes.
1. If _q_ < 0, then
1. Let _trailingZeroes_ be the String *"0"* repeated abs(_n_) -_q_ times.
1. Let _trailingZeroes_ be the String *"0"* repeated abs(_n_) - _q_ times.
1. Return the concatenation of _digits_ and _trailingZeroes_.
1. Let _integerPart_ be the substring of _digits_ from 0 to abs(n) - _q_.
1. Let _nonIntegerPart_ be the substring of _digits_ from abs(n) - _q_ to the length of _digits_.
Expand Down

0 comments on commit 1aa1fd2

Please sign in to comment.