From b9190c6a5af2e8705ed6b151da6641f5f9191700 Mon Sep 17 00:00:00 2001 From: naruse Date: Sat, 11 Mar 2017 17:28:49 +0000 Subject: merge revision(s) 57372: Fix documentation of options for all of methods in FileUtils. Patch by galia traub( @galiat ). [Fix GH-1510][ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_4@57863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/fileutils.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/fileutils.rb') diff --git a/lib/fileutils.rb b/lib/fileutils.rb index efceb2fba7..506b62f825 100644 --- a/lib/fileutils.rb +++ b/lib/fileutils.rb @@ -47,7 +47,7 @@ # # The options parameter is a hash of options, taken from the list # :force, :noop, :preserve, and :verbose. -# :noop means that no changes are made. The other two are obvious. +# :noop 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 -- cgit v1.2.3