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

Change 'a' to 'an' for 'attribute' word [ci skip]

This commit is contained in:
Santosh Wadghule 2015-01-21 13:44:22 +05:30
parent be9b68038e
commit 797f78d08d

View file

@ -14,7 +14,7 @@ module ActiveRecord
end
module ClassMethods # :nodoc:
# Defines or overrides a attribute on this model. This allows customization of
# Defines or overrides an attribute on this model. This allows customization of
# Active Record's type casting behavior, as well as adding support for user defined
# types.
#