summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c15b9d725..d9171984cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,7 +24,7 @@ Thu Nov 27 19:04:50 2014 Koichi Sasada <ko1@atdot.net>
For example, the following program
def foo(k1: 1); end # line 1
- foo(k2: 2) # line 2
+ foo(k2: 2) # line 2
causes "unknown keyword: k2 (ArgumentError)".
Before this patch, the backtrace location is only line 2.