From 5508bfd0ffd213d3fced945326a1601fef9694e5 Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Fri, 18 Jul 2008 21:42:03 +0200 Subject: Fix markup. --- actionpack/lib/action_controller/integration.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actionpack/lib/action_controller/integration.rb b/actionpack/lib/action_controller/integration.rb index 66552e1771..43158ea412 100644 --- a/actionpack/lib/action_controller/integration.rb +++ b/actionpack/lib/action_controller/integration.rb @@ -176,8 +176,8 @@ module ActionController # # This method returns an AbstractResponse object, which one can use to inspect # the details of the response. Furthermore, if this method was called from an - # ActionController::IntegrationTest object, then that object's +@response+ instance - # variable will point to the same response object. + # ActionController::IntegrationTest object, then that object's @response + # instance variable will point to the same response object. # # You can also perform POST, PUT, DELETE, and HEAD requests with +post+, # +put+, +delete+, and +head+. -- cgit v1.2.3