diff --git a/README.md b/README.md index 2727f0d..5e6c5eb 100644 --- a/README.md +++ b/README.md @@ -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