Skip to content

Commit

Permalink
Update spec.emu
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolò Ribaudo <[email protected]>
  • Loading branch information
jessealama and nicolo-ribaudo authored Sep 18, 2024
1 parent f85d68d commit c87ffe4
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 @@ -1388,7 +1388,7 @@ location: https://github.com/tc39/proposal-decimal/
1. Let _O_ be the *this* value.
1. Perform ? RequireInternalSlot(_O_, [[Prototype]]).
1. If _O_.[[Prototype]] is not %WithFractionalDigitsPrototype%, throw an *TypeError* exception.
1. Let _N_ be ! Get(_O_., *"number"*).
1. Let _N_ be _O_.[[Number]].
1. Let _toString_ be ! Get(_N_, *"toString"*).
1. Return ? Call(_N_, _toString_, « »).
</emu-alg>
Expand Down

0 comments on commit c87ffe4

Please sign in to comment.