From 20f32bbc3b93ef220ad75303a403fb221a5a2fea Mon Sep 17 00:00:00 2001 From: jbsmith86 Date: Thu, 14 Aug 2014 17:46:50 -0700 Subject: Spelling errors --- activerecord/lib/active_record/attribute_methods.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activerecord/lib/active_record/attribute_methods.rb') diff --git a/activerecord/lib/active_record/attribute_methods.rb b/activerecord/lib/active_record/attribute_methods.rb index a2bb78dfcc..09e2faee86 100644 --- a/activerecord/lib/active_record/attribute_methods.rb +++ b/activerecord/lib/active_record/attribute_methods.rb @@ -279,9 +279,9 @@ module ActiveRecord end # Returns an #inspect-like string for the value of the - # attribute +attr_name+. String attributes are truncated upto 50 + # attribute +attr_name+. String attributes are truncated up to 50 # characters, Date and Time attributes are returned in the - # :db format, Array attributes are truncated upto 10 values. + # :db format, Array attributes are truncated up to 10 values. # Other attributes return the value of #inspect without # modification. # -- cgit v1.2.3