[DOC] Remove unmatched parenthesis [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61405 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2017-12-22 03:35:46 +00:00
parent 70001d5fda
commit 71749e26a5

2
file.c
View File

@ -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.
*