ruby-changes:8808
From: nahi <ko1@a...>
Date: Mon, 24 Nov 2008 23:48:50 +0900 (JST)
Subject: [ruby-changes:8808] Ruby:r20343 (ruby_1_8): * time.c: RDoc typo fixed.
nahi 2008-11-24 23:48:37 +0900 (Mon, 24 Nov 2008) New Revision: 20343 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=20343 Log: * time.c: RDoc typo fixed. Modified files: branches/ruby_1_8/ChangeLog branches/ruby_1_8/time.c Index: ruby_1_8/time.c =================================================================== --- ruby_1_8/time.c (revision 20342) +++ ruby_1_8/time.c (revision 20343) @@ -72,7 +72,7 @@ * Document-method: now * * Synonym for <code>Time.new</code>. Returns a +Time+ object - * initialized tot he current system time. + * initialized to the current system time. * * call-seq: * Time.new -> time Index: ruby_1_8/ChangeLog =================================================================== --- ruby_1_8/ChangeLog (revision 20342) +++ ruby_1_8/ChangeLog (revision 20343) @@ -1,3 +1,7 @@ +Mon Nov 24 23:47:22 2008 NAKAMURA, Hiroshi <nahi@r...> + + * time.c: RDoc typo fixed. + Sat Nov 22 10:31:25 2008 Hidetoshi NAGAI <nagai@a...> * ext/tk/lib/tkextlib/blt.rb, ext/tk/lib/tkextlib/blt/vector.rb: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/