aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--actionpack/lib/abstract_controller/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/abstract_controller/base.rb b/actionpack/lib/abstract_controller/base.rb
index 1e4754dada..c030930617 100644
--- a/actionpack/lib/abstract_controller/base.rb
+++ b/actionpack/lib/abstract_controller/base.rb
@@ -15,7 +15,7 @@ module AbstractController
# different things depending on the context.
class Base
##
- # Returns the HTTP response sent by the controller
+ # Returns the body of the HTTP response sent by the controller
attr_internal :response_body
##