aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index 92cc25824c..38153e9ac1 100644
--- a/parse.y
+++ b/parse.y
@@ -2892,7 +2892,7 @@ primary : literal
/*
* for a, b, c in e
* #=>
- * e.each{|*x| a, b, c = x
+ * e.each{|*x| a, b, c = x}
*
* for a in e
* #=>