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:
parent
05630f5103
commit
c7c91247e2
1 changed files with 1 additions and 1 deletions
2
time.c
2
time.c
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue