1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

recommended is the right word here

This commit is contained in:
Santiago Pastorino 2010-08-15 08:43:44 -03:00
parent 6f929ef801
commit 2ad3d96cb0

View file

@ -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.
#