diff options
author | Neeraj Singh <neerajdotname@gmail.com> | 2010-07-23 14:11:14 -0400 |
---|---|---|
committer | Neeraj Singh <neerajdotname@gmail.com> | 2010-07-23 14:11:14 -0400 |
commit | 8f638d8cc17813cbf66682dd998e8f4a505dbcc0 (patch) | |
tree | 09787377eb586b472a2309666fdb01dd060f5618 /activesupport/lib | |
parent | cf5c2bacb09bb6aa18cf5fa9b1abe022613e33c6 (diff) | |
download | rails-8f638d8cc17813cbf66682dd998e8f4a505dbcc0.tar.gz rails-8f638d8cc17813cbf66682dd998e8f4a505dbcc0.tar.bz2 rails-8f638d8cc17813cbf66682dd998e8f4a505dbcc0.zip |
reformatting sentence
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/xml_mini.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/xml_mini.rb b/activesupport/lib/active_support/xml_mini.rb index 7594d7b68b..38e20d32da 100644 --- a/activesupport/lib/active_support/xml_mini.rb +++ b/activesupport/lib/active_support/xml_mini.rb @@ -9,7 +9,7 @@ module ActiveSupport module XmlMini extend self - # This module exists to decorate files deserialized using Hash.from_xml with + # This module decorates files deserialized using Hash.from_xml with # the <tt>original_filename</tt> and <tt>content_type</tt> methods. module FileLike #:nodoc: attr_writer :original_filename, :content_type |