From d8919d3151f4379853df102a630d5db468bf3430 Mon Sep 17 00:00:00 2001 From: Paul Yoder Date: Thu, 27 Jan 2011 09:27:35 -0600 Subject: Deleted extra "a" in method comment --- activemodel/lib/active_model/attribute_methods.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activemodel/lib') diff --git a/activemodel/lib/active_model/attribute_methods.rb b/activemodel/lib/active_model/attribute_methods.rb index 67f88b4088..34669c1542 100644 --- a/activemodel/lib/active_model/attribute_methods.rb +++ b/activemodel/lib/active_model/attribute_methods.rb @@ -237,7 +237,7 @@ module ActiveModel end end - # Declares a the attributes that should be prefixed and suffixed by + # Declares the attributes that should be prefixed and suffixed by # ActiveModel::AttributeMethods. # # To use, pass in an array of attribute names (as strings or symbols), -- cgit v1.2.3