From 18a315df4395f63af99f2952201534bc678d6f57 Mon Sep 17 00:00:00 2001 From: hsbt Date: Thu, 19 Jan 2017 07:07:17 +0000 Subject: 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/trunk@57372 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 39b08799aa..660680f967 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