From 578c7a18e4e26524bef449a312c499c2bb2ec1d8 Mon Sep 17 00:00:00 2001 From: Marcel Molina Date: Mon, 12 Nov 2007 18:36:42 +0000 Subject: Change plings to the more conventional quotes in the documentation. Closes #10104 [danger] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8131 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/lib/active_record/callbacks.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib/active_record') diff --git a/activerecord/lib/active_record/callbacks.rb b/activerecord/lib/active_record/callbacks.rb index 8d619e3fb3..c8807f6f64 100755 --- a/activerecord/lib/active_record/callbacks.rb +++ b/activerecord/lib/active_record/callbacks.rb @@ -143,7 +143,7 @@ module ActiveRecord # before_destroy 'self.class.delete_all "parent_id = #{id}"' # end # - # Notice that single plings (') are used so the #{id} part isn't evaluated until the callback is triggered. Also note that these + # Notice that single quotes (') are used so the #{id} part isn't evaluated until the callback is triggered. Also note that these # inline callbacks can be stacked just like the regular ones: # # class Topic < ActiveRecord::Base -- cgit v1.2.3