[前][次][番号順一覧][スレッド一覧]

ruby-changes:40650

From: nobu <ko1@a...>
Date: Tue, 24 Nov 2015 09:04:42 +0900 (JST)
Subject: [ruby-changes:40650] nobu:r52729 (trunk): Add missing punctuation to File docs [ci skip]

nobu	2015-11-24 09:04:36 +0900 (Tue, 24 Nov 2015)

  New Revision: 52729

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52729

  Log:
    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]

  Modified files:
    trunk/ChangeLog
    trunk/file.c
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 52728)
+++ ChangeLog	(revision 52729)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Tue Nov 24 09:04:29 2015  David Rodriguez  <deivid.rodriguez@g...>
+
+	* 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@g...>
 
 	* NEWS: Fix the issue number of `Struct#dig`, which should be
Index: file.c
===================================================================
--- file.c	(revision 52728)
+++ file.c	(revision 52729)
@@ -5873,7 +5873,7 @@ static const char null_device[] = https://github.com/ruby/ruby/blob/trunk/file.c#L5873
 
 /*
  *  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>.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]