1
0
Fork 0
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:
utilum 2016-04-02 08:20:52 +02:00
parent 863d385012
commit b20dec98fb

View file

@ -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