Typo on documentation for UrlValidator

This commit is contained in:
Jason McCallister
2015-10-20 00:39:18 -07:00
parent 17e2255472
commit 0a014da119

View File

@ -16,7 +16,7 @@ use yii\helpers\Json;
* UrlValidator validates that the attribute value is a valid http or https URL. * UrlValidator validates that the attribute value is a valid http or https URL.
* *
* Note that this validator only checks if the URL scheme and host part are correct. * Note that this validator only checks if the URL scheme and host part are correct.
* It does not check the rest part of a URL. * It does not check the remaining parts of a URL.
* *
* @author Qiang Xue <qiang.xue@gmail.com> * @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0 * @since 2.0