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:
parent
be9b68038e
commit
797f78d08d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue