Skip to content

Commit da6f3b3

Browse files
authored
Remove async as a keyword
Fixes #1508.
1 parent 909c3fe commit da6f3b3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.bs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,6 @@ underscore.
469469

470470
<pre class="grammar" id="prod-ArgumentNameKeyword">
471471
ArgumentNameKeyword :
472-
"async"
473472
"attribute"
474473
"callback"
475474
"const"
@@ -1807,7 +1806,6 @@ are applicable only to regular attributes:
18071806

18081807
<pre class="grammar" id="prod-AttributeNameKeyword">
18091808
AttributeNameKeyword :
1810-
"async"
18111809
"required"
18121810
</pre>
18131811

0 commit comments

Comments
 (0)