Skip to content

Commit

Permalink
Fix a couple other instances with the wrong name
Browse files Browse the repository at this point in the history
  • Loading branch information
dandclark committed Jul 16, 2020
1 parent 65b6ad9 commit e916cf5
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 @@ -383,7 +383,7 @@ <h1>Static Semantics: Early Errors</h1>
</ul>
</emu-clause>

<emu-clause id="sec-if-clause-to-object" aoid="IfClauseToConditions">
<emu-clause id="sec-if-clause-to-conditions" aoid="IfClauseToConditions">
<h1>Runtime Semantics: IfClauseToConditions</h1>
<emu-grammar>IfClause : `if` `{` ConditionEntries `,`? `}`</emu-grammar>
<emu-alg>
Expand Down Expand Up @@ -629,7 +629,7 @@ <h1>Static Semantics: ModuleRequests</h1>
</emu-grammar>
<emu-alg>
1. <ins>Let _specifier_ be StringValue of the |StringLiteral| contained in |FromClause|.</ins>
1. <ins>Let _conditions_ be IfClauseToObject of |IfClause|.</ins>
1. <ins>Let _conditions_ be IfClauseToConditions of |IfClause|.</ins>
1. <ins>Return a ModuleRequest Record { [[Specifer]]: _specifier_, [[Conditions]]: _conditions_ }.</ins>
</emu-alg>
<emu-grammar>
Expand Down

0 comments on commit e916cf5

Please sign in to comment.