Skip to content

Commit

Permalink
Change "this production" to "this Parse Node"
Browse files Browse the repository at this point in the history
when the associated productions have multiple LHS symbols.
  • Loading branch information
jmdyck committed Oct 29, 2023
1 parent e7a369a commit d40c4ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -16897,7 +16897,7 @@ <h1>Static Semantics: Early Errors</h1>
DecimalIntegerLiteral :: NonOctalDecimalIntegerLiteral
</emu-grammar>
<ul>
<li>It is a Syntax Error if the source text matched by this production is strict mode code.</li>
<li>It is a Syntax Error if the source text matched by this Parse Node is strict mode code.</li>
</ul>
<emu-note>In non-strict code, this syntax is Legacy.</emu-note>
</emu-clause>
Expand Down Expand Up @@ -18033,7 +18033,7 @@ <h1>Static Semantics: Early Errors</h1>
</emu-grammar>
<ul>
<li>
It is a Syntax Error if the source text matched by this production is contained in strict mode code.
It is a Syntax Error if the source text matched by this Parse Node is contained in strict mode code.
</li>
</ul>
<emu-grammar>
Expand Down

0 comments on commit d40c4ac

Please sign in to comment.