Skip to content

Commit

Permalink
Removed Extra ‘the’ [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ronakjangir47 committed Sep 6, 2015
1 parent f2400de commit 953a83e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/core_ext/file/atomic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion guides/source/upgrading_ruby_on_rails.md
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ CatalogProduct < ActiveRecord::Base
end
```

* Note that the the prefix takes scopes into account as well, so relations between `Catalog::Category` and `Catalog::Product` or `Catalog::Category` and `CatalogProduct` need to be updated similarly.
* Note that the prefix takes scopes into account as well, so relations between `Catalog::Category` and `Catalog::Product` or `Catalog::Category` and `CatalogProduct` need to be updated similarly.

### Active Resource

Expand Down

0 comments on commit 953a83e

Please sign in to comment.