Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Mar 31, 2023
1 parent f97a3ca commit 1a6bf60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@

<p>The static semantics of Early Errors in <emu-xref href="#sec-imports-static-semantics-early-errors"></emu-xref> are augmented with the following:</p>
<emu-grammar>
AssertClause : `assert` `{` WithEntries `,`? `}`
AssertClause : `assert` `{` WithEntries `,`? `}`
</emu-grammar>
<ul>
<li>It is a Syntax Error if WithClauseToAttributes of |AssertClause| has two entries _a_ and _b_ such that _a_.[[Key]] is _b_.[[Key]].</li>
Expand Down

0 comments on commit 1a6bf60

Please sign in to comment.