From 797f78d08d56f0c1f5b0e00fe65987c248409c79 Mon Sep 17 00:00:00 2001 From: Santosh Wadghule Date: Wed, 21 Jan 2015 13:44:22 +0530 Subject: [PATCH] Change 'a' to 'an' for 'attribute' word [ci skip] --- activerecord/lib/active_record/attributes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/lib/active_record/attributes.rb b/activerecord/lib/active_record/attributes.rb index b263a89d790a6..faf5d632ec8d8 100644 --- a/activerecord/lib/active_record/attributes.rb +++ b/activerecord/lib/active_record/attributes.rb @@ -14,7 +14,7 @@ module Attributes # :nodoc: 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. #