diff options
Diffstat (limited to 'lib/rake/file_utils_ext.rb')
-rw-r--r-- | lib/rake/file_utils_ext.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rake/file_utils_ext.rb b/lib/rake/file_utils_ext.rb index 386af441d8..b110f0952b 100644 --- a/lib/rake/file_utils_ext.rb +++ b/lib/rake/file_utils_ext.rb @@ -90,7 +90,7 @@ module Rake oldvalue end - # Use this function to prevent potentially destructive ruby code + # Use this function to prevent potentially destructive Ruby code # from running when the :nowrite flag is set. # # Example: |