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

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
parent 6ce65875d0
commit 7eda588d66

3
time.c
View file

@ -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.
*/