From 080d5b7acb696190e0c2d1cba46951371f27bc26 Mon Sep 17 00:00:00 2001 From: Jack Danger Canty Date: Tue, 6 May 2008 23:42:06 -0700 Subject: Fixing typo in association class name --- activerecord/lib/active_record/reflection.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib') diff --git a/activerecord/lib/active_record/reflection.rb b/activerecord/lib/active_record/reflection.rb index 50cdcd3e2e..8614ef8751 100644 --- a/activerecord/lib/active_record/reflection.rb +++ b/activerecord/lib/active_record/reflection.rb @@ -154,7 +154,7 @@ module ActiveRecord end # Returns the AssociationReflection object specified in the :through option - # of a HasMantThrough or HasOneThrough association. Example: + # of a HasManyThrough or HasOneThrough association. Example: # # class Post < ActiveRecord::Base # has_many :taggings -- cgit v1.2.3