summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-12 14:45:56 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-12 14:45:56 +0000
commit7b91efd7f3a8469a3ddb9a01046c16b619b39888 (patch)
treeabd196b6fd25f650ed8a2e91e7e593fccd12eb06
parente738b62df1a5544721e2bc64bc1f74ed04cc3df2 (diff)
* 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
-rw-r--r--ext/date/date_core.c2
1 files changed, 1 insertions, 1 deletions
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