diff options
author | Vipul A M <vipulnsward@gmail.com> | 2016-04-02 11:54:50 +0530 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2016-04-02 11:54:50 +0530 |
commit | 442207387e626d69154f942651c5fbd8d573f2c6 (patch) | |
tree | f2297eea709e12f6832b38160ab4088b6513247c | |
parent | 863d385012824ac9a792b0c337f06c562914149f (diff) | |
parent | b20dec98fb3edc3ab87cb187fdb328d9bb0d9303 (diff) | |
download | rails-442207387e626d69154f942651c5fbd8d573f2c6.tar.gz rails-442207387e626d69154f942651c5fbd8d573f2c6.tar.bz2 rails-442207387e626d69154f942651c5fbd8d573f2c6.zip |
Merge pull request #24400 from utilum/Grammer_fix_in_comment
Grammer fix in comment: capitalize first word in sentence [ci skip].
-rw-r--r-- | actionpack/lib/action_controller/metal/conditional_get.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/metal/conditional_get.rb b/actionpack/lib/action_controller/metal/conditional_get.rb index 00b380d3dc..f202000347 100644 --- a/actionpack/lib/action_controller/metal/conditional_get.rb +++ b/actionpack/lib/action_controller/metal/conditional_get.rb @@ -39,7 +39,7 @@ module ActionController # * <tt>:etag</tt> Sets a "weak" ETag validator on the response. See the # +:weak_etag+ option. # * <tt>:weak_etag</tt> Sets a "weak" ETag validator on the response. - # requests that set If-None-Match header may return a 304 Not Modified + # Requests that set If-None-Match header may return a 304 Not Modified # response if it matches the ETag exactly. A weak ETag indicates semantic # equivalence, not byte-for-byte equality, so they're a good for caching # HTML pages in browser caches. They can't be used for responses that |