From 458f50acd0670bf538a901a49bfaf3c531e5d9ac Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Mon, 29 Jul 2013 06:23:52 -0400 Subject: [PATCH] typo fix --- framework/yii/base/Formatter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/yii/base/Formatter.php b/framework/yii/base/Formatter.php index 34b0659..5326ed8 100644 --- a/framework/yii/base/Formatter.php +++ b/framework/yii/base/Formatter.php @@ -71,7 +71,7 @@ class Formatter extends Component } /** - * Formats the value based on the give type. + * Formats the value based on the given type. * This method will call one of the "as" methods available in this class to do the formatting. * For type "xyz", the method "asXyz" will be used. For example, if the type is "html", * then [[asHtml()]] will be used. Type names are case insensitive.