From cb6622f455343bb9eddefabc2386dc7858de2e53 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Thu, 8 May 2014 18:24:38 +0000 Subject: copy edits [ci skip] --- actionpack/lib/action_dispatch/http/headers.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'actionpack/lib/action_dispatch') diff --git a/actionpack/lib/action_dispatch/http/headers.rb b/actionpack/lib/action_dispatch/http/headers.rb index afaace511a..29cd6a0c27 100644 --- a/actionpack/lib/action_dispatch/http/headers.rb +++ b/actionpack/lib/action_dispatch/http/headers.rb @@ -1,7 +1,6 @@ module ActionDispatch module Http - # Provides access to the request's HTTP headers from the environment - # for example: + # Provides access to the request's HTTP headers from the environment. # # env = { "CONTENT_TYPE" => "text/plain" } # headers = ActionDispatch::Http::Headers.new(env) -- cgit v1.2.3