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

ruby-changes:45299

From: hsbt <ko1@a...>
Date: Thu, 19 Jan 2017 16:07:23 +0900 (JST)
Subject: [ruby-changes:45299] hsbt:r57372 (trunk): Fix documentation of options for all of methods in FileUtils.

hsbt	2017-01-19 16:07:17 +0900 (Thu, 19 Jan 2017)

  New Revision: 57372

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

  Log:
    Fix documentation of options for all of methods in FileUtils.
    
    Patch by galia traub( @galiat ). [Fix GH-1510][ci skip]

  Modified files:
    trunk/lib/fileutils.rb
Index: lib/fileutils.rb
===================================================================
--- lib/fileutils.rb	(revision 57371)
+++ lib/fileutils.rb	(revision 57372)
@@ -47,7 +47,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/fileutils.rb#L47
 #
 # The <tt>options</tt> parameter is a hash of options, taken from the list
 # <tt>:force</tt>, <tt>:noop</tt>, <tt>:preserve</tt>, and <tt>:verbose</tt>.
-# <tt>:noop</tt> means that no changes are made.  The other two are obvious.
+# <tt>:noop</tt> means that no changes are made.  The other three are obvious.
 # Each method documents the options that it honours.
 #
 # All methods that have the concept of a "source" file or directory can take

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

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