[前][次][番号順一覧][スレッド一覧]

ruby-changes:53198

From: nobu <ko1@a...>
Date: Sun, 28 Oct 2018 14:54:03 +0900 (JST)
Subject: [ruby-changes:53198] nobu:r65413 (trunk): time.c: [DOC] fix rdoc-ref [ci skip]

nobu	2018-10-28 14:53:57 +0900 (Sun, 28 Oct 2018)

  New Revision: 65413

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65413

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

  Modified files:
    trunk/time.c
Index: time.c
===================================================================
--- time.c	(revision 65412)
+++ time.c	(revision 65413)
@@ -2337,7 +2337,8 @@ time_init_1(int argc, VALUE *argv, VALUE https://github.com/ruby/ruby/blob/trunk/time.c#L2337
  *     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.
  */
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]