aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/rendering.rb
diff options
context:
space:
mode:
authorJon Atack <jonnyatack@gmail.com>2015-07-17 20:15:35 +0200
committerJon Atack <jonnyatack@gmail.com>2015-07-17 20:18:57 +0200
commitea747f7d2ee3854627c4cdc41fa059f249e87394 (patch)
tree8e4e624b8bae0733338f56410adae24bc0ce16e5 /actionview/lib/action_view/rendering.rb
parent2c79122c0bbd61dcef12b95c80e025490d5a9783 (diff)
downloadrails-ea747f7d2ee3854627c4cdc41fa059f249e87394.tar.gz
rails-ea747f7d2ee3854627c4cdc41fa059f249e87394.tar.bz2
rails-ea747f7d2ee3854627c4cdc41fa059f249e87394.zip
[skip ci] Lookup can be a noun but it is not a verb
Various grammar corrections and wrap to 80 characters.
Diffstat (limited to 'actionview/lib/action_view/rendering.rb')
-rw-r--r--actionview/lib/action_view/rendering.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/rendering.rb b/actionview/lib/action_view/rendering.rb
index 91b7e845d6..86a80a5421 100644
--- a/actionview/lib/action_view/rendering.rb
+++ b/actionview/lib/action_view/rendering.rb
@@ -103,7 +103,7 @@ module ActionView
view_renderer.render(context, options)
end
- # Assign the rendered format to lookup context.
+ # Assign the rendered format to look up context.
def _process_format(format, options = {}) #:nodoc:
super
lookup_context.formats = [format.to_sym]