diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2010-08-15 08:43:44 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2010-08-15 08:44:14 -0300 |
commit | 2ad3d96cb03faef1bac9c1678a7306c19e725636 (patch) | |
tree | 9f6e24eddc232df519696610fd3b1b5723381b3a /activesupport | |
parent | 6f929ef801f625854b89eae5b440c04f5d0eef70 (diff) | |
download | rails-2ad3d96cb03faef1bac9c1678a7306c19e725636.tar.gz rails-2ad3d96cb03faef1bac9c1678a7306c19e725636.tar.bz2 rails-2ad3d96cb03faef1bac9c1678a7306c19e725636.zip |
recommended is the right word here
Diffstat (limited to 'activesupport')
-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 6283bd0981..7a6a0be69d 100644 --- a/activesupport/lib/active_support/core_ext/class/inheritable_attributes.rb +++ b/activesupport/lib/active_support/core_ext/class/inheritable_attributes.rb @@ -5,7 +5,7 @@ require 'active_support/core_ext/array/extract_options' module ClassInheritableAttributes # :nodoc: end -# It is recommend to use <tt>class_attribute</tt> over methods defined in this file. Please +# It is recommended to use <tt>class_attribute</tt> over methods defined in this file. Please # refer to documentation for <tt>class_attribute</tt> for more information. Officially it is not # deprecated but <tt>class_attribute</tt> is faster. # |