From b20dec98fb3edc3ab87cb187fdb328d9bb0d9303 Mon Sep 17 00:00:00 2001 From: utilum Date: Sat, 2 Apr 2016 08:20:52 +0200 Subject: Grammer fix in comment: capitalize first word in sentence [ci skip]. --- actionpack/lib/action_controller/metal/conditional_get.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') 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 # * :etag Sets a "weak" ETag validator on the response. See the # +:weak_etag+ option. # * :weak_etag 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 -- cgit v1.2.3