ruby-changes:49289
From: kazu <ko1@a...>
Date: Fri, 22 Dec 2017 12:35:56 +0900 (JST)
Subject: [ruby-changes:49289] kazu:r61406 (trunk): [DOC] Fix indent [ci skip]
kazu 2017-12-22 12:35:52 +0900 (Fri, 22 Dec 2017) New Revision: 61406 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61406 Log: [DOC] Fix indent [ci skip] Modified files: trunk/file.c Index: file.c =================================================================== --- file.c (revision 61405) +++ file.c (revision 61406) @@ -2128,7 +2128,7 @@ rb_file_s_atime(VALUE klass, VALUE fname https://github.com/ruby/ruby/blob/trunk/file.c#L2128 * file.atime -> time * * Returns the last access time (a <code>Time</code> object) - * for <i>file</i>, or epoch if <i>file</i> has not been accessed. + * for <i>file</i>, or epoch if <i>file</i> has not been accessed. * * File.new("testfile").atime #=> Wed Dec 31 18:00:00 CST 1969 * -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/