Skip to content

Commit e2b04a8

Browse files
authored
revert incorrect change
1 parent 037142f commit e2b04a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4305,7 +4305,7 @@ When they are, the effect will be as you would expect.
43054305

43064306
<pre class="grammar" id="prod-AsyncIterable">
43074307
AsyncIterable :
4308-
"async_iterable" "&lt;" TypeWithExtendedAttributes OptionalType "&gt;" OptionalArgumentList ";"
4308+
"async" "iterable" "&lt;" TypeWithExtendedAttributes OptionalType "&gt;" OptionalArgumentList ";"
43094309
</pre>
43104310

43114311
<pre class="grammar" id="prod-OptionalArgumentList">

0 commit comments

Comments
 (0)