diff options
-rw-r--r-- | actionpack/lib/action_view/helpers/prototype_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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", "<!-- Contents of partial -->"); + # # Generates: Element.replace("person_45", "-- Contents of partial --"); # page.replace 'person_45', :partial => 'person', :object => @person # def replace(id, *options_for_render) |