Fixed documentation that made rdoc bark

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8323 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson
2007-12-06 18:45:22 +00:00
parent b5c42c09d6
commit ee6232e607

View File

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