1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
zzak 2015-06-12 14:45:56 +00:00
parent e738b62df1
commit 7b91efd7f3

View file

@ -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