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

typo fix.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2012-03-09 19:21:01 +00:00
parent 05630f5103
commit c7c91247e2

2
time.c
View file

@ -4914,7 +4914,7 @@ time_load(VALUE klass, VALUE str)
*
* t + (60*60*24*365) #=> 1994-02-24 12:00:00 +0900
*
* How many second was that from the Unix Epoc?
* How many second was that from the Unix Epoch?
*
* t.to_i #=> 730522800
*