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

ruby-changes:49288

From: kazu <ko1@a...>
Date: Fri, 22 Dec 2017 12:35:51 +0900 (JST)
Subject: [ruby-changes:49288] kazu:r61405 (trunk): [DOC] Remove unmatched parenthesis [ci skip]

kazu	2017-12-22 12:35:46 +0900 (Fri, 22 Dec 2017)

  New Revision: 61405

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

  Log:
    [DOC] Remove unmatched parenthesis [ci skip]

  Modified files:
    trunk/file.c
Index: file.c
===================================================================
--- file.c	(revision 61404)
+++ file.c	(revision 61405)
@@ -2102,7 +2102,7 @@ rb_file_s_ftype(VALUE klass, VALUE fname https://github.com/ruby/ruby/blob/trunk/file.c#L2102
  *  call-seq:
  *     File.atime(file_name)  ->  time
  *
- *  Returns the last access time for the named file as a Time object).
+ *  Returns the last access time for the named file as a Time object.
  *
  *  _file_name_ can be an IO object.
  *

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

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