diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2007-12-06 18:45:22 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2007-12-06 18:45:22 +0000 |
commit | ee6232e6077b8178adf04626c0797594a673dcc2 (patch) | |
tree | 8540aa4c58e1b97a5f9d17938476e00a89ae7927 | |
parent | b5c42c09d67b54e03f3c0ab88c83d69cf075eb21 (diff) | |
download | rails-ee6232e6077b8178adf04626c0797594a673dcc2.tar.gz rails-ee6232e6077b8178adf04626c0797594a673dcc2.tar.bz2 rails-ee6232e6077b8178adf04626c0797594a673dcc2.zip |
Fixed documentation that made rdoc bark
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8323 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-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) |