From 49d8bcc639b3727d8d3db279c95db31d7ca5df88 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 20 Jun 2008 19:41:29 +0000 Subject: * enumerator.c (enum_each_cons): typo in RDoc fixed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17493 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a2c09d0c0..0c87dfba5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,8 @@ Sat Jun 21 04:36:59 2008 Yukihiro Matsumoto * ext/bigdecimal/lib/bigdecimal/jacobian.rb (Jacobian::dfdxi): typo fixed (raize -> raise). [ruby-list:45101] + * enumerator.c (enum_each_cons): typo in RDoc fixed. + Sat Jun 21 00:45:34 2008 URABE Shyouhei * tool/make-snapshot: do not use sha256sum; use BASERUBY instead -- cgit