Skip to content

Commit

Permalink
Editorial: replace non-existent type 'Reference' with type 'Reference…
Browse files Browse the repository at this point in the history
… Record' and its link (#3375)
  • Loading branch information
denlove authored and ljharb committed Sep 2, 2024
1 parent 815aa8a commit c4f433e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -4035,7 +4035,7 @@ <h1>Well-Known Intrinsic Objects</h1>

<emu-clause id="sec-ecmascript-specification-types">
<h1>ECMAScript Specification Types</h1>
<p>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.</p>
<p>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 Record, 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.</p>

<emu-clause id="sec-enum-specification-type">
<h1>The Enum Specification Type</h1>
Expand Down

0 comments on commit c4f433e

Please sign in to comment.