mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* time.c: Minor typo in Time#dst? documentation.
[ci skip][fix GH-1290] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54109 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4511af873a
commit
8709f42ff2
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Tue Mar 15 09:56:41 2016 Ian Lunderskov <ian.lunderskov@gmail.com>
|
||||||
|
|
||||||
|
* time.c: Minor typo in Time#dst? documentation.
|
||||||
|
[ci skip][fix GH-1290]
|
||||||
|
|
||||||
Tue Mar 15 04:36:41 2016 Charles Oliver Nutter <headius@headius.com>
|
Tue Mar 15 04:36:41 2016 Charles Oliver Nutter <headius@headius.com>
|
||||||
|
|
||||||
* test/ruby/test_rubyoptions.rb (test_disable): add tests for
|
* test/ruby/test_rubyoptions.rb (test_disable): add tests for
|
||||||
|
|
2
time.c
2
time.c
|
@ -4959,7 +4959,7 @@ time_load(VALUE klass, VALUE str)
|
||||||
*
|
*
|
||||||
* t.year #=> 1993
|
* t.year #=> 1993
|
||||||
*
|
*
|
||||||
* Was is daylight savings at the time?
|
* Was it daylight savings at the time?
|
||||||
*
|
*
|
||||||
* t.dst? #=> false
|
* t.dst? #=> false
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue