diff --git a/spec.html b/spec.html index a743be60b05..7c88d89e0ee 100644 --- a/spec.html +++ b/spec.html @@ -3901,7 +3901,7 @@
A specification type corresponds to meta-values that are used within algorithms to describe the semantics of ECMAScript language constructs and ECMAScript language types. The specification types include Reference, List, Completion Record, Property Descriptor, Environment Record, Abstract Closure, and Data Block. Specification type values are specification artefacts that do not necessarily correspond to any specific entity within an ECMAScript implementation. Specification type values may be used to describe intermediate results of ECMAScript expression evaluation but such values cannot be stored as properties of objects or values of ECMAScript language variables.
-The List type is used to explain the evaluation of argument lists (see
When an algorithm iterates over the elements of a List without specifying an order, the order used is the order of the elements in the List.