diff --git a/spec.html b/spec.html index a7388cd7969..ddba6ec13a3 100644 --- a/spec.html +++ b/spec.html @@ -4432,9 +4432,6 @@

ToNumber ( _argument_ )

ToNumber Applied to the String Type

ToNumber applied to Strings applies the following grammar to the input String interpreted as a sequence of UTF-16 encoded code points (). If the grammar cannot interpret the String as an expansion of |StringNumericLiteral|, then the result of ToNumber is *NaN*.

- -

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 or code units, whether paired or unpaired.

-

Syntax

StringNumericLiteral :::