Skip to content

Commit 3409c47

Browse files
Update docs/docs/reference/syntax.md
Co-authored-by: Jamie Thompson <bishbashboshjt@gmail.com>
1 parent 11e905a commit 3409c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ ForExpr ::= ‘for’ (‘(’ Enumerators ‘)’ | ‘{’ Enumerat
265265
Enumerators ::= Generator {semi Enumerator | Guard}
266266
Enumerator ::= Generator
267267
| Guard {Guard}
268-
| Pattern1 ‘=’ Expr GenAlias(pat, expr)
268+
| Pattern1 ‘=’ Expr
269269
Generator ::= [‘case’] Pattern1 ‘<-’ Expr GenFrom(pat, expr)
270270
Guard ::= ‘if’ PostfixExpr
271271

0 commit comments

Comments
 (0)