Typo typo

This commit is contained in:
James Watts 2015-02-02 02:07:13 +01:00
parent 3b8114ce00
commit 970cb81d03

View file

@ -1138,7 +1138,7 @@ class CakeResponse {
/** /**
* Checks whether a response has not been modified according to the 'If-None-Match' * Checks whether a response has not been modified according to the 'If-None-Match'
* (Etags) and 'If-Modified-Since' (last modification date) request * (Etags) and 'If-Modified-Since' (last modification date) request
* headers headers. If the response is detected to be not modified, it * headers. If the response is detected to be not modified, it
* is marked as so accordingly so the client can be informed of that. * is marked as so accordingly so the client can be informed of that.
* *
* In order to mark a response as not modified, you need to set at least * In order to mark a response as not modified, you need to set at least