summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-06-09 02:44:32 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-06-09 02:44:32 +0000
commitd5ceb6ef829a4913e045015ea0deb2269eef9093 (patch)
tree223a605719c544d7b788ed51a2f900313b9f5207 /ChangeLog
parent96654ce04102a8d7337c56ef635cfaca7f0caffe (diff)
modify typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d895ae52ac..7df790b0c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -67,7 +67,7 @@ Thu May 30 12:52:42 2002 Yukihiro Matsumoto <matz@ruby-lang.org>
* range.c (range_each): iteration done using "succ". If the
elements does not respond to "succ", raise TypeError. As a
result, all Enumerable methods, e.g. collect, require elements
- to respond to "succ'.
+ to respond to "succ".
* range.c (range_member): comparison done using "each", if
elements are non-Numeric or no-"succ" objects. Otherwise