Skip to content

Commit 6864656

Browse files
unkarjedybishabosha
authored andcommitted
Update docs/docs/reference/syntax.md
Co-authored-by: Jamie Thompson <[email protected]>
1 parent 188c6b0 commit 6864656

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
@@ -275,7 +275,7 @@ Enumerators ::= Generator {semi Enumerator | Guard}
275275
Enumerator ::= Generator
276276
| Guard {Guard}
277277
| Pattern1 ‘=’ Expr
278-
Generator ::= [‘case’] Pattern1 ‘<-’ Expr GenFrom(pat, expr)
278+
Generator ::= [‘case’] Pattern1 ‘<-’ Expr
279279
Guard ::= ‘if’ PostfixExpr
280280
281281
CaseClauses ::= CaseClause { CaseClause }

0 commit comments

Comments
 (0)