[前][次][番号順一覧][スレッド一覧]

ruby-changes:3669

From: ko1@a...
Date: Mon, 21 Jan 2008 20:12:57 +0900 (JST)
Subject: [ruby-changes:3669] tadf - Ruby:r15158 (trunk): fixed a typo.

tadf	2008-01-21 20:12:43 +0900 (Mon, 21 Jan 2008)

  New Revision: 15158

  Modified files:
    trunk/lib/date.rb

  Log:
    fixed a typo.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/date.rb?r1=15158&r2=15157&diff_format=u

Index: lib/date.rb
===================================================================
--- lib/date.rb	(revision 15157)
+++ lib/date.rb	(revision 15158)
@@ -1481,7 +1481,7 @@
   # Dump to Marshal format.
   def marshal_dump() [@ajd, @of, @sg] end
 
-  # Load from Marshall format.
+  # Load from Marshal format.
   def marshal_load(a)
     @ajd, @of, @sg, = a
     @__ca__ = {}

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]