From 5748238ce37dc438b2985b9a574674a63dc40572 Mon Sep 17 00:00:00 2001 From: Ross Kirsling Date: Sat, 4 Jan 2020 17:17:52 -0800 Subject: [PATCH] Markup: Remove erroneous emu-grammar attribute. --- spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.html b/spec.html index d86ba41e00..718071c076 100644 --- a/spec.html +++ b/spec.html @@ -15128,7 +15128,7 @@

Static Semantics: AssignmentTargetType

Runtime Semantics: Evaluation

-

The production A : A @ B, where @ is one of the bitwise operators in the productions above, is evaluated as follows:

+

The production A : A @ B, where @ is one of the bitwise operators in the productions above, is evaluated as follows:

1. Let _lref_ be the result of evaluating _A_. 1. Let _lval_ be ? GetValue(_lref_).