* 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:
hsbt 2016-03-15 00:56:45 +00:00
Родитель 4511af873a
Коммит 8709f42ff2
2 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -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>
* test/ruby/test_rubyoptions.rb (test_disable): add tests for

2
time.c
Просмотреть файл

@ -4959,7 +4959,7 @@ time_load(VALUE klass, VALUE str)
*
* t.year #=> 1993
*
* Was is daylight savings at the time?
* Was it daylight savings at the time?
*
* t.dst? #=> false
*