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

ruby-changes:48896

From: kazu <ko1@a...>
Date: Mon, 4 Dec 2017 21:31:49 +0900 (JST)
Subject: [ruby-changes:48896] kazu:r61014 (trunk): [DOC] improve rdoc formatting for links [ci skip]

kazu	2017-12-04 21:31:44 +0900 (Mon, 04 Dec 2017)

  New Revision: 61014

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

  Log:
    [DOC] improve rdoc formatting for links [ci skip]

  Modified files:
    trunk/file.c
Index: file.c
===================================================================
--- file.c	(revision 61013)
+++ file.c	(revision 61014)
@@ -2737,7 +2737,7 @@ utime_internal_i(int argc, VALUE *argv, https://github.com/ruby/ruby/blob/trunk/file.c#L2737
  * Sets the access and modification times of each named file to the
  * first two arguments. If a file is a symlink, this method acts upon
  * its referent rather than the link itself; for the inverse
- * behavior see <code>File.lutime</code>. Returns the number of file
+ * behavior see File.lutime. Returns the number of file
  * names in the argument list.
  */
 
@@ -2756,7 +2756,7 @@ rb_file_s_utime(int argc, VALUE *argv) https://github.com/ruby/ruby/blob/trunk/file.c#L2756
  * Sets the access and modification times of each named file to the
  * first two arguments. If a file is a symlink, this method acts upon
  * the link itself as opposed to its referent; for the inverse
- * behavior, see <code>File.utime</code>. Returns the number of file
+ * behavior, see File.utime. Returns the number of file
  * names in the argument list.
  */
 

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

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