diff --git a/spec.html b/spec.html index c61653bf38..cb67acb432 100644 --- a/spec.html +++ b/spec.html @@ -4793,7 +4793,7 @@
ToNumber applied to Strings applies the following grammar to the input String interpreted as a sequence of UTF-16 encoded code points (
The terminal symbols of this grammar are all composed of characters in the Unicode Basic Multilingual Plane (BMP). Therefore, the result of ToNumber will be *NaN* if the string contains any
The abstract operation StringToNumber specifies how to convert a String value to a Number value, using the following grammar.
The conversion of a String to a Number value is similar overall to the determination of the Number value for a numeric literal (see
The conversion of a |StringNumericLiteral| to a Number value is similar overall to the determination of the NumericValue of a |NumericLiteral| (see