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

ruby-changes:42035

From: hsbt <ko1@a...>
Date: Tue, 15 Mar 2016 09:56:50 +0900 (JST)
Subject: [ruby-changes:42035] hsbt:r54109 (trunk): * time.c: Minor typo in Time#dst? documentation.

hsbt	2016-03-15 09:56:45 +0900 (Tue, 15 Mar 2016)

  New Revision: 54109

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=54109

  Log:
    * time.c: Minor typo in Time#dst? documentation.
      [ci skip][fix GH-1290]

  Modified files:
    trunk/ChangeLog
    trunk/time.c
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 54108)
+++ ChangeLog	(revision 54109)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Tue Mar 15 09:56:41 2016  Ian Lunderskov  <ian.lunderskov@g...>
+
+	* time.c: Minor typo in Time#dst? documentation.
+	  [ci skip][fix GH-1290]
+
 Tue Mar 15 04:36:41 2016  Charles Oliver Nutter  <headius@h...>
 
 	* test/ruby/test_rubyoptions.rb (test_disable): add tests for
Index: time.c
===================================================================
--- time.c	(revision 54108)
+++ time.c	(revision 54109)
@@ -4959,7 +4959,7 @@ time_load(VALUE klass, VALUE str) https://github.com/ruby/ruby/blob/trunk/time.c#L4959
  *
  *    t.year #=> 1993
  *
- *  Was is daylight savings at the time?
+ *  Was it daylight savings at the time?
  *
  *    t.dst? #=> false
  *

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

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