From 07e5842ed2ba6a7cde266384af9f82cd20801f5c Mon Sep 17 00:00:00 2001 From: thinkphp Date: Tue, 26 Jul 2016 10:55:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=B8=80=E5=A4=84=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/console/helper/question/Question.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/console/helper/question/Question.php b/library/think/console/helper/question/Question.php index 0a0cbce4..2bacf7b2 100644 --- a/library/think/console/helper/question/Question.php +++ b/library/think/console/helper/question/Question.php @@ -195,7 +195,7 @@ class Question } /** - * 获取相应回调 + * 获取响应回调 * The normalizer can ba a callable (a string), a closure or a class implementing __invoke. * @return string|\Closure */