From d2ff099b1623620b4755d13374639b9bbbff20ac Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Sun, 10 Jul 2011 21:44:06 +0530 Subject: use simpler words in docs --- activerecord/lib/active_record/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib/active_record') diff --git a/activerecord/lib/active_record/base.rb b/activerecord/lib/active_record/base.rb index eb4a16ecf5..daa1b2fcd6 100644 --- a/activerecord/lib/active_record/base.rb +++ b/activerecord/lib/active_record/base.rb @@ -1736,7 +1736,7 @@ MSG end # Returns an #inspect-like string for the value of the - # attribute +attr_name+. String attributes are elided after 50 + # attribute +attr_name+. String attributes are truncated upto 50 # characters, and Date and Time attributes are returned in the # :db format. Other attributes return the value of # #inspect without modification. -- cgit v1.2.3