From d7394e29dfb3afd1a756dde0f3bddf7bd309cee6 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Sat, 27 May 2017 10:38:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Validate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/Validate.php b/library/think/Validate.php index 69384667..1df14f11 100644 --- a/library/think/Validate.php +++ b/library/think/Validate.php @@ -165,7 +165,7 @@ class Validate } /** - * 获取验证规则的默认提示信息 + * 设置验证规则的默认提示信息 * @access protected * @param string|array $type 验证规则类型名称或者数组 * @param string $msg 验证提示信息