Skip to content

Commit

Permalink
Markup: Remove erroneous emu-grammar attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkirsling committed Jan 18, 2020
1 parent 73ad599 commit 5748238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -15128,7 +15128,7 @@ <h1>Static Semantics: AssignmentTargetType</h1>

<emu-clause id="sec-binary-bitwise-operators-runtime-semantics-evaluation">
<h1>Runtime Semantics: Evaluation</h1>
<p>The production <emu-grammar type="example">A : A @ B</emu-grammar>, where @ is one of the bitwise operators in the productions above, is evaluated as follows:</p>
<p>The production <emu-grammar>A : A @ B</emu-grammar>, where @ is one of the bitwise operators in the productions above, is evaluated as follows:</p>
<emu-alg>
1. Let _lref_ be the result of evaluating _A_.
1. Let _lval_ be ? GetValue(_lref_).
Expand Down

0 comments on commit 5748238

Please sign in to comment.