We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5db5c9 commit c60ada5Copy full SHA for c60ada5
spec.emu
@@ -99,7 +99,7 @@ location: https://github.com/tc39/proposal-measure/
99
1. Let _oneFewerZero_ be the string concatenation of *"0"* and _afterDoubleZero_.
100
1. Return CanonicalizeDigitString(_oneFewerZero_).
101
1. If _s_ begins with an occurrence of *"."*, return the string concatenation of *"0"* and _s_.
102
- 1. IF _s_ ends with an occurrence of *"."*, return the substring of _s_ from 0 to the index of the final occurrence of *"."* in _s_.
+ 1. If _s_ ends with an occurrence of *"."*, return the substring of _s_ from 0 to the index of the final occurrence of *"."* in _s_.
103
1. Return _s_.
104
</emu-alg>
105
</emu-clause>
0 commit comments