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

ruby-changes:31099

From: zzak <ko1@a...>
Date: Mon, 7 Oct 2013 20:32:13 +0900 (JST)
Subject: [ruby-changes:31099] zzak:r43178 (trunk): * lib/time.rb: [DOC] typo in Time.rb overview by @srt32 [Fixes GH-416]

zzak	2013-10-07 20:32:05 +0900 (Mon, 07 Oct 2013)

  New Revision: 43178

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43178

  Log:
    * lib/time.rb: [DOC] typo in Time.rb overview by @srt32 [Fixes GH-416]
      https://github.com/ruby/ruby/pull/416

  Modified files:
    trunk/ChangeLog
    trunk/lib/time.rb
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 43177)
+++ ChangeLog	(revision 43178)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Mon Oct  7 20:29:31 2013  Zachary Scott  <e@z...>
+
+	* lib/time.rb: [DOC] typo in Time.rb overview by @srt32 [Fixes GH-416]
+	  https://github.com/ruby/ruby/pull/416
+
 Mon Oct  7 20:07:20 2013  Tanaka Akira  <akr@f...>
 
 	* lib/time.rb (Time.strptime): Use :offset.
Index: lib/time.rb
===================================================================
--- lib/time.rb	(revision 43177)
+++ lib/time.rb	(revision 43178)
@@ -80,7 +80,7 @@ require 'date' https://github.com/ruby/ruby/blob/trunk/lib/time.rb#L80
 #
 # #strptime works similar to +parse+ except that instead of using a heuristic
 # to detect the format of the input string, you provide a second argument that
-# is describes the format of the string. For example:
+# describes the format of the string. For example:
 #
 #   Time.strptime("2000-10-31", "%Y-%m-%d") #=> 2000-10-31 00:00:00 -0500
 

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

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