Skip to content

Commit 294351a

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

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
@@ -266,7 +266,7 @@ Enumerators ::= Generator {semi Enumerator | Guard}
266266
Enumerator ::= Generator
267267
| Guard {Guard}
268268
| Pattern1 ‘=’ Expr
269-
Generator ::= [‘case’] Pattern1 ‘<-’ Expr GenFrom(pat, expr)
269+
Generator ::= [‘case’] Pattern1 ‘<-’ Expr
270270
Guard ::= ‘if’ PostfixExpr
271271
272272
CaseClauses ::= CaseClause { CaseClause }

0 commit comments

Comments
 (0)