aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnupam Choudhury <contact2anupam@gmail.com>2013-03-28 16:43:14 +0530
committerAnupam Choudhury <contact2anupam@gmail.com>2013-03-28 16:43:14 +0530
commita895b4087d349605cb25ed7200a4f6f2072d6eae (patch)
treedf41f8857a94c14fb389224d17323b198ca8b68b
parent341e61154715c7e0f9f4eee7dd90580202735db7 (diff)
downloadrails-a895b4087d349605cb25ed7200a4f6f2072d6eae.tar.gz
rails-a895b4087d349605cb25ed7200a4f6f2072d6eae.tar.bz2
rails-a895b4087d349605cb25ed7200a4f6f2072d6eae.zip
Fixed grammar
-rw-r--r--actionpack/lib/abstract_controller/rendering.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/abstract_controller/rendering.rb b/actionpack/lib/abstract_controller/rendering.rb
index f8e4cb4384..07f5c2586c 100644
--- a/actionpack/lib/abstract_controller/rendering.rb
+++ b/actionpack/lib/abstract_controller/rendering.rb
@@ -105,7 +105,7 @@ module AbstractController
#
# If a component extends the semantics of response_body
# (as Action Controller extends it to be anything that
- # responds to the method each), this method needs to
+ # responds to the method each), this method needs to be
# overriden in order to still return a string.
# :api: plugin
def render_to_string(*args, &block)