time.c: [DOC] fix rdoc-ref [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65413 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2018-10-28 05:53:57 +00:00
Родитель 6ce65875d0
Коммит 7eda588d66
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -2337,7 +2337,8 @@ time_init_1(int argc, VALUE *argv, VALUE time)
* p((t6-t5)/3600.0) #=> 1.95
* p((t8-t7)/3600.0) #=> 13.416666666666666
*
* Or it can be a timezone object. See Timezone argument for
* Or it can be a timezone object.
* See {Timezone argument}[#class-Time-label-Timezone+argument] for
* details.
*/