aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib
diff options
context:
space:
mode:
authorPaul Yoder <paulyoder@gmail.com>2011-01-27 09:27:35 -0600
committerPaul Yoder <paulyoder@gmail.com>2011-01-27 09:27:35 -0600
commitd8919d3151f4379853df102a630d5db468bf3430 (patch)
tree60778c97b2c3a30b6cd3dd4120bc5640c876e764 /activemodel/lib
parent7af3b3988c5eb415c1f90c14c318163ac578f675 (diff)
downloadrails-d8919d3151f4379853df102a630d5db468bf3430.tar.gz
rails-d8919d3151f4379853df102a630d5db468bf3430.tar.bz2
rails-d8919d3151f4379853df102a630d5db468bf3430.zip
Deleted extra "a" in method comment
Diffstat (limited to 'activemodel/lib')
-rw-r--r--activemodel/lib/active_model/attribute_methods.rb2
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 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),