aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/file
diff options
context:
space:
mode:
authorRonak Jangir <ronakjangir47@gmail.com>2015-09-06 14:16:58 +0530
committerRonak Jangir <ronakjangir47@gmail.com>2015-09-06 14:20:06 +0530
commit953a83e9185cf7c4aef457d2e9d50d9c9aea0182 (patch)
tree47ccc46f9fff8334c7a53442893647f3a8144b98 /activesupport/lib/active_support/core_ext/file
parentf2400de8013c4d9798e7f69c44b1c987e719a5a4 (diff)
downloadrails-953a83e9185cf7c4aef457d2e9d50d9c9aea0182.tar.gz
rails-953a83e9185cf7c4aef457d2e9d50d9c9aea0182.tar.bz2
rails-953a83e9185cf7c4aef457d2e9d50d9c9aea0182.zip
Removed Extra ‘the’ [ci skip]
Diffstat (limited to 'activesupport/lib/active_support/core_ext/file')
-rw-r--r--activesupport/lib/active_support/core_ext/file/atomic.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/file/atomic.rb b/activesupport/lib/active_support/core_ext/file/atomic.rb
index ab635f6db8..948d647875 100644
--- a/activesupport/lib/active_support/core_ext/file/atomic.rb
+++ b/activesupport/lib/active_support/core_ext/file/atomic.rb
@@ -11,7 +11,7 @@ class File
# This method needs to create a temporary file. By default it will create it
# in the same directory as the destination file. If you don't like this
# behaviour you can provide a different directory but it must be on the
- # same physical filesystem as the the file you're trying to write.
+ # same physical filesystem as the file you're trying to write.
#
# File.atomic_write('/data/something.important', '/data/tmp') do |file|
# file.write('hello')