Skip to content

Commit

Permalink
rm "The" before SDO-name in prose
Browse files Browse the repository at this point in the history
  - 1x "The ExpectedArgumentCount"
  - 2x "The LexicallyDeclaredNames"
  • Loading branch information
jmdyck committed Apr 1, 2024
1 parent 06adc4e commit 9a2743d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -7612,7 +7612,7 @@ <h1>Static Semantics: LexicallyDeclaredNames ( ): a List of Strings</h1>
<p>At the top level of a |Script|, function declarations are treated like var declarations rather than like lexical declarations.</p>
</emu-note>
<emu-note>
<p>The LexicallyDeclaredNames of a |Module| includes the names of all of its imported bindings.</p>
<p>LexicallyDeclaredNames of a |Module| includes the names of all of its imported bindings.</p>
</emu-note>
<emu-grammar>ModuleItemList : ModuleItemList ModuleItem</emu-grammar>
<emu-alg>
Expand Down Expand Up @@ -23255,7 +23255,7 @@ <h1>Static Semantics: ExpectedArgumentCount ( ): an integer</h1>
1. Return ExpectedArgumentCount of |FormalParameterList|.
</emu-alg>
<emu-note>
<p>The ExpectedArgumentCount of a |FormalParameterList| is the number of |FormalParameters| to the left of either the rest parameter or the first |FormalParameter| with an Initializer. A |FormalParameter| without an initializer is allowed after the first parameter with an initializer but such parameters are considered to be optional with *undefined* as their default value.</p>
<p>ExpectedArgumentCount of a |FormalParameterList| is the number of |FormalParameters| to the left of either the rest parameter or the first |FormalParameter| with an Initializer. A |FormalParameter| without an initializer is allowed after the first parameter with an initializer but such parameters are considered to be optional with *undefined* as their default value.</p>
</emu-note>
<emu-grammar>FormalParameterList : FormalParameter</emu-grammar>
<emu-alg>
Expand Down Expand Up @@ -23346,7 +23346,7 @@ <h1>Static Semantics: Early Errors</h1>
</li>
</ul>
<emu-note>
<p>The LexicallyDeclaredNames of a |FunctionBody| does not include identifiers bound using var or function declarations.</p>
<p>LexicallyDeclaredNames of a |FunctionBody| does not include identifiers bound using var or function declarations.</p>
</emu-note>
<emu-grammar>FunctionBody : FunctionStatementList</emu-grammar>
<ul>
Expand Down

0 comments on commit 9a2743d

Please sign in to comment.