Add missing punctuation to File docs [ci skip]
* file.c: [DOC] add a missing period to File docs, to terminate the sentence and separate from the next sentence. [Fix GH-1111] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52729 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
abd52f7d69
commit
e99cc601e0
@ -1,3 +1,8 @@
|
||||
Tue Nov 24 09:04:29 2015 David Rodriguez <deivid.rodriguez@gmail.com>
|
||||
|
||||
* file.c: [DOC] add a missing period to File docs, to terminate
|
||||
the sentence and separate from the next sentence. [Fix GH-1111]
|
||||
|
||||
Tue Nov 24 08:30:06 2015 JuanitoFatas <katehuang0320@gmail.com>
|
||||
|
||||
* NEWS: Fix the issue number of `Struct#dig`, which should be
|
||||
|
2
file.c
2
file.c
@ -5873,7 +5873,7 @@ static const char null_device[] =
|
||||
|
||||
/*
|
||||
* A <code>File</code> is an abstraction of any file object accessible
|
||||
* by the program and is closely associated with class <code>IO</code>
|
||||
* by the program and is closely associated with class <code>IO</code>.
|
||||
* <code>File</code> includes the methods of module
|
||||
* <code>FileTest</code> as class methods, allowing you to write (for
|
||||
* example) <code>File.exist?("foo")</code>.
|
||||
|
Loading…
x
Reference in New Issue
Block a user