From 7b91efd7f3a8469a3ddb9a01046c16b619b39888 Mon Sep 17 00:00:00 2001 From: zzak Date: Fri, 12 Jun 2015 14:45:56 +0000 Subject: * ext/date/date_core.c: Grammar fix found by @aiperon [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/date/date_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/date') diff --git a/ext/date/date_core.c b/ext/date/date_core.c index 4f0ef04a4b..8010348201 100644 --- a/ext/date/date_core.c +++ b/ext/date/date_core.c @@ -9539,7 +9539,7 @@ Init_date_core(void) [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 -- cgit v1.2.3