diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2014-05-08 18:24:38 +0000 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2014-05-08 18:24:38 +0000 |
commit | cb6622f455343bb9eddefabc2386dc7858de2e53 (patch) | |
tree | b33e7014f962ef14d2ec67a54db2d547e8ad38a5 /actionpack/lib | |
parent | bbfb40a914e3c2bc461da90548471e9daaadbd80 (diff) | |
download | rails-cb6622f455343bb9eddefabc2386dc7858de2e53.tar.gz rails-cb6622f455343bb9eddefabc2386dc7858de2e53.tar.bz2 rails-cb6622f455343bb9eddefabc2386dc7858de2e53.zip |
copy edits [ci skip]
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_dispatch/http/headers.rb | 3 |
1 files changed, 1 insertions, 2 deletions
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) |