From 7eda588d66846bc3f853d217bbe8865e4070a1af Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 28 Oct 2018 05:53:57 +0000 Subject: 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 --- time.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'time.c') 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. */ -- cgit v1.2.3