From 4b6daef3fc0f1edc5bfdcfb4e0a9572f1f4f56ec Mon Sep 17 00:00:00 2001 From: Mattias Pfeiffer Date: Wed, 7 Mar 2012 16:36:03 +0100 Subject: Correct grammar in documentation --- activerecord/lib/active_record/validations/uniqueness.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/lib/active_record/validations/uniqueness.rb b/activerecord/lib/active_record/validations/uniqueness.rb index 9cba2de055..db618f617f 100644 --- a/activerecord/lib/active_record/validations/uniqueness.rb +++ b/activerecord/lib/active_record/validations/uniqueness.rb @@ -109,7 +109,7 @@ module ActiveRecord # end # # It is also possible to limit the uniqueness constraint to a set of records matching certain conditions. - # In this example archived articles with are not being taken into consideration when validating uniqueness + # In this example archived articles are not being taken into consideration when validating uniqueness # of the title attribute: # # class Article < ActiveRecord::Base -- cgit v1.2.3