From e09129c94c382650987d1005f3e2741b60bfa0d6 Mon Sep 17 00:00:00 2001 From: Robin Dupret Date: Tue, 23 Jun 2015 17:55:37 +0200 Subject: A few documentation fixes [ci skip] --- activerecord/lib/active_record/validations/length.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord') diff --git a/activerecord/lib/active_record/validations/length.rb b/activerecord/lib/active_record/validations/length.rb index ebb1034da7..69e048eef1 100644 --- a/activerecord/lib/active_record/validations/length.rb +++ b/activerecord/lib/active_record/validations/length.rb @@ -22,7 +22,7 @@ module ActiveRecord end module ClassMethods - # Validates that the specified attributes matches the length restrictions supplied. + # Validates that the specified attributes match the length restrictions supplied. # If the attribute is an association, records that are marked for destruction are not counted. # # See ActiveModel::Validations::HelperMethods.validates_length_of for more information. -- cgit v1.2.3