aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorNeeraj Singh <neerajdotname@gmail.com>2010-06-15 00:46:35 -0400
committerNeeraj Singh <neerajdotname@gmail.com>2010-06-15 00:46:35 -0400
commit51a9703b1e80caa30d699f30615f023079874623 (patch)
treebc813bac6108bfd821b4dfab5232dbe8d8e95adb /activerecord
parente4c8bc1b34867edccf3f515423fab19fae867b4f (diff)
downloadrails-51a9703b1e80caa30d699f30615f023079874623.tar.gz
rails-51a9703b1e80caa30d699f30615f023079874623.tar.bz2
rails-51a9703b1e80caa30d699f30615f023079874623.zip
removing the extra \
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/lib/active_record/associations/association_proxy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/associations/association_proxy.rb b/activerecord/lib/active_record/associations/association_proxy.rb
index e88618d278..ee7dffab22 100644
--- a/activerecord/lib/active_record/associations/association_proxy.rb
+++ b/activerecord/lib/active_record/associations/association_proxy.rb
@@ -41,7 +41,7 @@ module ActiveRecord
# though the object behind <tt>blog.posts</tt> is not an Array, but an
# ActiveRecord::Associations::HasManyAssociation.
#
- # The <tt>@target</tt> object is not \loaded until needed. For example,
+ # The <tt>@target</tt> object is not loaded until needed. For example,
#
# blog.posts.count
#