From ee6232e6077b8178adf04626c0797594a673dcc2 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 6 Dec 2007 18:45:22 +0000 Subject: Fixed documentation that made rdoc bark git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8323 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_view/helpers/prototype_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_view') diff --git a/actionpack/lib/action_view/helpers/prototype_helper.rb b/actionpack/lib/action_view/helpers/prototype_helper.rb index a3c4f5a538..0435f5c426 100644 --- a/actionpack/lib/action_view/helpers/prototype_helper.rb +++ b/actionpack/lib/action_view/helpers/prototype_helper.rb @@ -768,7 +768,7 @@ module ActionView # # # Replace an existing person # - # # Generates: Element.replace("person_45", ""); + # # Generates: Element.replace("person_45", "-- Contents of partial --"); # page.replace 'person_45', :partial => 'person', :object => @person # def replace(id, *options_for_render) -- cgit v1.2.3