diff options
author | haneru <haneru3@gmail.com> | 2017-11-03 00:38:44 +0900 |
---|---|---|
committer | haneru <haneru3@gmail.com> | 2017-11-03 00:38:44 +0900 |
commit | b0c9f0c8deb4a224609f5673dc850599e126535e (patch) | |
tree | 047cbb35e44a61738a035d969472685b40591d2f /actionpack/lib | |
parent | 13c5aa818e9284fe30f83469b340e579195bda3f (diff) | |
download | rails-b0c9f0c8deb4a224609f5673dc850599e126535e.tar.gz rails-b0c9f0c8deb4a224609f5673dc850599e126535e.tar.bz2 rails-b0c9f0c8deb4a224609f5673dc850599e126535e.zip |
Edited comment from request.rb
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_dispatch/http/request.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/http/request.rb b/actionpack/lib/action_dispatch/http/request.rb index 60aa1d4e8a..d631281e4b 100644 --- a/actionpack/lib/action_dispatch/http/request.rb +++ b/actionpack/lib/action_dispatch/http/request.rb @@ -204,7 +204,7 @@ module ActionDispatch # # If the env contains +rack.early_hints+ then the server accepts HTTP2 push for Link headers. # - # The +send_early_hints+ method accepts an hash of links as follows: + # The +send_early_hints+ method accepts a hash of links as follows: # # send_early_hints("Link" => "</style.css>; rel=preload; as=style\n</script.js>; rel=preload") # |