Skip to content

Commit d5cc64c

Browse files
authored
Change the "async iterable" token to "async_iterable"
This ensures the grammar says LL(1). Fixes #1490.
1 parent 122e9da commit d5cc64c

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
@@ -5727,7 +5727,7 @@ are known as <dfn id="dfn-object-type" export>object types</dfn>.
57275727
StringType Null
57285728
identifier Null
57295729
"sequence" "&lt;" TypeWithExtendedAttributes "&gt;" Null
5730-
"async iterable" "&lt;" TypeWithExtendedAttributes "&gt;" Null
5730+
"async_iterable" "&lt;" TypeWithExtendedAttributes "&gt;" Null
57315731
"object" Null
57325732
"symbol" Null
57335733
BufferRelatedType Null

0 commit comments

Comments
 (0)