From 717dfa48d53a58f9574755de3d4b997e4dd6c828 Mon Sep 17 00:00:00 2001 From: aamine Date: Sun, 9 Jun 2002 02:44:32 +0000 Subject: modify typo. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d895ae52a..7df790b0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -67,7 +67,7 @@ Thu May 30 12:52:42 2002 Yukihiro Matsumoto * 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 -- cgit