Fix comment msg UnprocessableEntity #2106

This commit is contained in:
janfrs
2015-09-20 22:28:25 -03:00
parent 07199cbf61
commit 194b80b00e
2 changed files with 3 additions and 3 deletions

View File

@@ -12,8 +12,8 @@ namespace yii\web;
* exception with status code 422.
*
* Use this exception to inform that the server understands the content type of
* the request entity and the syntax of that request entity is correct but was
* unable to process the contained instructions. For example, to return form
* the request entity and the syntax of that request entity is correct but server
* was unable to process the contained instructions. For example, to return form
* validation errors.
*
* @link http://www.webdav.org/specs/rfc2518.html#STATUS_422