Skip to content

Commit

Permalink
Fix grammar description for await using declarations (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
papb committed Jul 6, 2023
1 parent 3b576c0 commit 2af9787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -666,7 +666,7 @@ This will not dispose resources that are not iterated, such as if iteration is t
```grammarkdown
UsingDeclaration :
`using` `await` BindingList `;`
`await` `using` BindingList `;`

LexicalBinding :
BindingIdentifier Initializer
Expand Down

0 comments on commit 2af9787

Please sign in to comment.