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

ruby-changes:38772

From: zzak <ko1@a...>
Date: Fri, 12 Jun 2015 23:46:16 +0900 (JST)
Subject: [ruby-changes:38772] zzak:r50853 (trunk): * ext/date/date_core.c: Grammar fix found by @aiperon [ci skip]

zzak	2015-06-12 23:45:56 +0900 (Fri, 12 Jun 2015)

  New Revision: 50853

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

  Log:
    * ext/date/date_core.c: Grammar fix found by @aiperon [ci skip]

  Modified files:
    trunk/ext/date/date_core.c
Index: ext/date/date_core.c
===================================================================
--- ext/date/date_core.c	(revision 50852)
+++ ext/date/date_core.c	(revision 50853)
@@ -9539,7 +9539,7 @@ Init_date_core(void) https://github.com/ruby/ruby/blob/trunk/ext/date/date_core.c#L9539
 	[solar years][9] since Shakespeare's birthday then the correct
 	anniversary date would be the 4th May and not the 23rd April.
 
-	So when should use you use `DateTime` in Ruby and when should
+	So when should you use `DateTime` in Ruby and when should
 	you use `Time`? Almost certainly you'll want to use `Time`
 	since your app is probably dealing with current dates and
 	times. However, if you need to deal with dates and times in a

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

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