aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
diff options
context:
space:
mode:
authorutilum <oz@utilum.com>2016-04-02 08:20:52 +0200
committerutilum <oz@utilum.com>2016-04-02 08:20:52 +0200
commitb20dec98fb3edc3ab87cb187fdb328d9bb0d9303 (patch)
treef2297eea709e12f6832b38160ab4088b6513247c /actionpack/lib
parent863d385012824ac9a792b0c337f06c562914149f (diff)
downloadrails-b20dec98fb3edc3ab87cb187fdb328d9bb0d9303.tar.gz
rails-b20dec98fb3edc3ab87cb187fdb328d9bb0d9303.tar.bz2
rails-b20dec98fb3edc3ab87cb187fdb328d9bb0d9303.zip
Grammer fix in comment: capitalize first word in sentence [ci skip].
Diffstat (limited to 'actionpack/lib')
-rw-r--r--actionpack/lib/action_controller/metal/conditional_get.rb2
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