Revert "removing the extra \"

This reverts commit 51a9703b1e.
This commit is contained in:
Neeraj Singh
2010-06-15 00:48:22 -04:00
parent 5e60e65713
commit 3cc2d196c0

View File

@@ -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
#