diff --git a/docs/grammar/abnf-grammar.txt b/docs/grammar/abnf-grammar.txt index 24a7a18ff2..5b69c596d6 100644 --- a/docs/grammar/abnf-grammar.txt +++ b/docs/grammar/abnf-grammar.txt @@ -370,7 +370,7 @@ conditional-statement = branch / branch %s"else" conditional-statement loop-statement = %s"for" identifier ":" type - %s"in" expression ".." expression + %s"in" expression ".." [ "=" ] expression block assignment-operator = "="