mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Grammer fix in comment: capitalize first word in sentence [ci skip].
This commit is contained in:
parent
863d385012
commit
b20dec98fb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue