Merge pull request #21560 from ravindrakumawat/american-style

Rails documentation use american english.[ci skip]
This commit is contained in:
Rafael Mendonça França 2015-09-09 03:56:32 -03:00
commit 8e3ca417e2

@ -10,7 +10,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
# behavior you can provide a different directory but it must be on the
# same physical filesystem as the file you're trying to write.
#
# File.atomic_write('/data/something.important', '/data/tmp') do |file|