aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-22 03:35:52 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-22 03:35:52 +0000
commitbd8be0d1abb00454d319b2bb677747ce0bc41f56 (patch)
treeb72058a5e6e2b89365403532b83a10f6714575df /file.c
parent704f2200f092e4e9c860399a01267b0e4fb04726 (diff)
downloadruby-bd8be0d1abb00454d319b2bb677747ce0bc41f56.tar.gz
[DOC] Fix indent [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 28c326b11a..54d8fb1812 100644
--- a/file.c
+++ b/file.c
@@ -2128,7 +2128,7 @@ rb_file_s_atime(VALUE klass, VALUE fname)
* 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
*