summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-28 05:53:57 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-28 05:53:57 +0000
commit7eda588d66846bc3f853d217bbe8865e4070a1af (patch)
tree2501d7a0b756a59959e5aa9ab9debc1d94858e95 /time.c
parent6ce65875d0be73d86f2f48f576c4e8240d99af3e (diff)
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
Diffstat (limited to 'time.c')
-rw-r--r--time.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/time.c b/time.c
index 9c6a41d68a..a5268dd615 100644
--- a/time.c
+++ b/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.
*/