aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-07-10 21:44:06 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-07-10 21:44:06 +0530
commitd2ff099b1623620b4755d13374639b9bbbff20ac (patch)
treefc03dc69075045c443a5ec9e341b6ff0075964e8 /activerecord/lib/active_record
parentea16e0f716d150af98dbd612a8c730dad5bb2924 (diff)
downloadrails-d2ff099b1623620b4755d13374639b9bbbff20ac.tar.gz
rails-d2ff099b1623620b4755d13374639b9bbbff20ac.tar.bz2
rails-d2ff099b1623620b4755d13374639b9bbbff20ac.zip
use simpler words in docs
Diffstat (limited to 'activerecord/lib/active_record')
-rw-r--r--activerecord/lib/active_record/base.rb2
1 files changed, 1 insertions, 1 deletions
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 <tt>#inspect</tt>-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
# <tt>:db</tt> format. Other attributes return the value of
# <tt>#inspect</tt> without modification.