From 63375b9ef2bd9f8bc79c1ad4ea6b374d7cac6260 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Thu, 6 Jul 2006 02:05:09 +0000 Subject: Grammar fix in aggregations rdoc. Closes #5613. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4561 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/lib/active_record/aggregations.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activerecord/lib/active_record/aggregations.rb') diff --git a/activerecord/lib/active_record/aggregations.rb b/activerecord/lib/active_record/aggregations.rb index f6b604c118..a137a11cd4 100644 --- a/activerecord/lib/active_record/aggregations.rb +++ b/activerecord/lib/active_record/aggregations.rb @@ -109,8 +109,8 @@ module ActiveRecord # Read more about value objects on http://c2.com/cgi/wiki?ValueObject and on the dangers of not keeping value objects # immutable on http://c2.com/cgi/wiki?ValueObjectsShouldBeImmutable module ClassMethods - # Adds the a reader and writer method for manipulating a value object, so - # composed_of :address would add address and address=(new_address). + # Adds reader and writer methods for manipulating a value object: + # composed_of :address adds address and address=(new_address) methods. # # Options are: # * :class_name - specify the class name of the association. Use it only if that name can't be inferred -- cgit v1.2.3