diff --git a/spec.emu b/spec.emu index 82629a3..f5dc784 100644 --- a/spec.emu +++ b/spec.emu @@ -356,7 +356,7 @@ location: https://github.com/tc39/proposal-decimal/ 1. Return _O_. -

Given a Number argument, the constructor converts it to a String using the toString method (with no arguments). In some cases, this may not be desited. In some use cases, given a Number, one may wish to call the Decimal128 constructor not with the number but rather with, for instance, the result of calling toFixed or toPrecision on the Number, thereby ensuring a certain level of precision that may get lost when using Number’s toString.

+

Given a Number argument, the constructor converts it to a String using the toString method (with no arguments). In some cases, this may not be desired. In some use cases, given a Number, one may wish to call the Decimal128 constructor not with the number but rather with, for instance, the result of calling toFixed or toPrecision on the Number, thereby ensuring a certain level of precision that may get lost when using Number’s toString.

Runtime Semantics: StringDecimalValue ( ): either a normal completion containing a Decimal128 value or a throw completion