Skip to content

Commit ce0f734

Browse files
committed
add while loop syntax fix
1 parent 342ea80 commit ce0f734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expressions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3870,7 +3870,7 @@ While Loops
38703870
$$while$$ IterationExpression LoopBody
38713871

38723872
IterationExpression ::=
3873-
Expression
3873+
SubjectExpression
38743874

38753875
.. rubric:: Legality Rules
38763876

0 commit comments

Comments
 (0)