From 186bfe2e60b39126c5dee78eb1ba613af2399ab6 Mon Sep 17 00:00:00 2001 From: kazu Date: Sat, 23 Aug 2008 16:06:48 +0000 Subject: fix typo git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a206fa12b..035f25899 100644 --- a/ChangeLog +++ b/ChangeLog @@ -240,7 +240,7 @@ Fri Aug 22 04:33:56 2008 Tanaka Akira Fri Aug 22 03:19:41 2008 Tanaka Akira - * include/ruby/ruby.h (NUM2LONG): make it inline function to evaluete + * include/ruby/ruby.h (NUM2LONG): make it inline function to evaluate the argument only once. `t = Object.new; def t.*(x) p x; 0 end; p Time.at(0, t)' did print x twice. -- cgit