Skip to content

Commit

Permalink
Edited comment from request.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
haneru committed Nov 2, 2017
1 parent 13c5aa8 commit b0c9f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_dispatch/http/request.rb
Expand Up @@ -204,7 +204,7 @@ def headers
#
# 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")
#
Expand Down

0 comments on commit b0c9f0c

Please sign in to comment.