diff options
author | Neeraj Singh <neerajdotname@gmail.com> | 2010-08-05 16:35:40 -0400 |
---|---|---|
committer | Neeraj Singh <neerajdotname@gmail.com> | 2010-08-05 16:35:40 -0400 |
commit | 86842fd1ce2dd4dac75f1a05ece646eab80c9347 (patch) | |
tree | 86b1106ca0b030f3644d5030ac6aba15639a8a76 | |
parent | 5130b0cf45e5efa93f60d34ae8bae02f67a4fec2 (diff) | |
download | rails-86842fd1ce2dd4dac75f1a05ece646eab80c9347.tar.gz rails-86842fd1ce2dd4dac75f1a05ece646eab80c9347.tar.bz2 rails-86842fd1ce2dd4dac75f1a05ece646eab80c9347.zip |
fixing typo
-rw-r--r-- | activesupport/lib/active_support/core_ext/class/inheritable_attributes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/class/inheritable_attributes.rb b/activesupport/lib/active_support/core_ext/class/inheritable_attributes.rb index a33c772482..d7a30cf123 100644 --- a/activesupport/lib/active_support/core_ext/class/inheritable_attributes.rb +++ b/activesupport/lib/active_support/core_ext/class/inheritable_attributes.rb @@ -6,7 +6,7 @@ module ClassInheritableAttributes # :nodoc: end # It is recommend to use <tt>class_attribute</tt> over methods defined in this file. Please -# refer to documentation for <tt>class_attribute</tt> for more infor. Officially it is not +# refer to documentation for <tt>class_attribute</tt> for more information. Officially it is not # deprected but <tt>class_attribute</tt> is faster. # # Allows attributes to be shared within an inheritance hierarchy. Each descendant gets a copy of |