aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-18 08:14:21 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-18 08:14:21 +0000
commit53d8c99d8b63d452a05d0744c37e8a78a94aa401 (patch)
tree13b2cd193cc289fa8b9f927bda21221a76bcd30a /ChangeLog
parent0c7d366e47dad8693dbfb0f7b88b4afe70e86b77 (diff)
downloadruby-53d8c99d8b63d452a05d0744c37e8a78a94aa401.tar.gz
* range.c (Init_Range): typo fixed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13739 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a534f741be..5e95fab15e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,8 @@ Thu Oct 18 17:08:57 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* enum.c (enum_cycle): should not cause infinite loop for empty
arrays. [ruby-core:12710]
+ * range.c (Init_Range): typo fixed.
+
Thu Oct 18 16:39:34 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* lib/rexml/source.rb (REXML::SourceFactory::SourceFactory): more