aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods.rb
diff options
context:
space:
mode:
authorjbsmith86 <joel@trosic.com>2014-08-14 17:46:50 -0700
committerjbsmith86 <joel@trosic.com>2014-08-14 17:46:50 -0700
commit20f32bbc3b93ef220ad75303a403fb221a5a2fea (patch)
tree07b3028c34104cc4737b1330ba0def7c4e7e57d9 /activerecord/lib/active_record/attribute_methods.rb
parent4751a8c51ff4b9766dcf8324347477095b7f940d (diff)
downloadrails-20f32bbc3b93ef220ad75303a403fb221a5a2fea.tar.gz
rails-20f32bbc3b93ef220ad75303a403fb221a5a2fea.tar.bz2
rails-20f32bbc3b93ef220ad75303a403fb221a5a2fea.zip
Spelling errors
Diffstat (limited to 'activerecord/lib/active_record/attribute_methods.rb')
-rw-r--r--activerecord/lib/active_record/attribute_methods.rb4
1 files changed, 2 insertions, 2 deletions
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 <tt>#inspect</tt>-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
- # <tt>:db</tt> format, Array attributes are truncated upto 10 values.
+ # <tt>:db</tt> format, Array attributes are truncated up to 10 values.
# Other attributes return the value of <tt>#inspect</tt> without
# modification.
#