aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-22 03:35:46 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-22 03:35:46 +0000
commit704f2200f092e4e9c860399a01267b0e4fb04726 (patch)
treebdcdd3de3306825fa448cefde5bc6da821e59143 /file.c
parentb5a9d8dff5d96a035e4c4c8a525c7198f767fc26 (diff)
downloadruby-704f2200f092e4e9c860399a01267b0e4fb04726.tar.gz
[DOC] Remove unmatched parenthesis [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61405 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 5fa6f7e1b3..28c326b11a 100644
--- a/file.c
+++ b/file.c
@@ -2102,7 +2102,7 @@ rb_file_s_ftype(VALUE klass, VALUE fname)
* 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.
*