summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-27 13:51:01 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-27 13:51:01 +0000
commit493d105779776a9157331de5f2e4c66f214d011f (patch)
tree2e78fed669ee20b2cee0a450676dd8ce17d6ec51
parent1c6f4943b9efdf89acaca1966bad46fd4deec0af (diff)
fix indent [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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.