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 626a8ca commit af35830
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 @@ -1376,7 +1376,7 @@ location: https://github.com/tc39/proposal-decimal/
<emu-alg>
1. Let _O_ be the *this* value.
1. Perform ? RequireInternalSlot(_O_, [[Precision]]).
1. Let _N_ be ! Get(_O_., *"number"*).
1. Let _N_ be _O_.[[Number]].
1. Return ? ToPrimitive(_N_).
</emu-alg>
</emu-clause>
Expand Down

0 comments on commit af35830

Please sign in to comment.