Skip to content

Commit

Permalink
Editorial: remove Type() AO-like macro (#3420)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 6, 2024
1 parent 579e0d2 commit fcd19b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -1118,10 +1118,9 @@ <h1>Identity</h1>
</emu-clause>
</emu-clause>

<emu-clause id="sec-ecmascript-data-types-and-values" aoid="Type">
<emu-clause id="sec-ecmascript-data-types-and-values">
<h1>ECMAScript Data Types and Values</h1>
<p>Algorithms within this specification manipulate values each of which has an associated type. The possible value types are exactly those defined in this clause. Types are further classified into ECMAScript language types and specification types.</p>
<p>Within this specification, the notation “Type(_x_)” is used as shorthand for “the <em>type</em> of _x_” where “type” refers to the ECMAScript language and specification types defined in this clause.</p>

<emu-clause id="sec-ecmascript-language-types">
<h1>ECMAScript Language Types</h1>
Expand Down

0 comments on commit fcd19b5

Please sign in to comment.