Skip to content

Commit c60ada5

Browse files
jessealamaeemeli
andauthored
Update spec.emu
Co-authored-by: Eemeli Aro <[email protected]>
1 parent b5db5c9 commit c60ada5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.emu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ location: https://github.com/tc39/proposal-measure/
9999
1. Let _oneFewerZero_ be the string concatenation of *"0"* and _afterDoubleZero_.
100100
1. Return CanonicalizeDigitString(_oneFewerZero_).
101101
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_.
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_.
103103
1. Return _s_.
104104
</emu-alg>
105105
</emu-clause>

0 commit comments

Comments
 (0)