From 1d6fb054fc2895ec5e48284ce052caa6e3f93ea6 Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Sat, 26 Apr 2014 06:40:05 +0530 Subject: Fix documentation of extract_handler_and_format_and_variant [ci skip] --- actionview/lib/action_view/template/resolver.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionview/lib/action_view/template/resolver.rb b/actionview/lib/action_view/template/resolver.rb index 403824bd8e..05f0c301e7 100644 --- a/actionview/lib/action_view/template/resolver.rb +++ b/actionview/lib/action_view/template/resolver.rb @@ -228,7 +228,7 @@ module ActionView File.mtime(p) end - # Extract handler and formats from path. If a format cannot be a found neither + # Extract handler, formats and variant from path. If a format cannot be found neither # from the path, or the handler, we should return the array of formats given # to the resolver. def extract_handler_and_format_and_variant(path, default_formats) -- cgit v1.2.3