From e4e17145fc336248c78611cc189ef879eea7e873 Mon Sep 17 00:00:00 2001 From: Paul Yoder Date: Wed, 26 Jan 2011 15:15:58 -0600 Subject: [PATCH] fixed typo in ActiveModel::AttributeMethods comment --- activemodel/lib/active_model/attribute_methods.rb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/activemodel/lib/active_model/attribute_methods.rb b/activemodel/lib/active_model/attribute_methods.rb index 67f88b4..34669c1 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), -- 1.7.0.2.msysgit.0