From 20e18e1bdd702f041c8eba8505f29f3133925fae Mon Sep 17 00:00:00 2001 From: Antonio Ramirez Date: Tue, 21 May 2013 11:35:19 +0200 Subject: [PATCH] fix phpdoc of underscore --- yii/helpers/base/Inflector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yii/helpers/base/Inflector.php b/yii/helpers/base/Inflector.php index 51317c8..af3f266 100644 --- a/yii/helpers/base/Inflector.php +++ b/yii/helpers/base/Inflector.php @@ -385,7 +385,7 @@ class Inflector } /** - * Converts any "CamelCased" or "ordinary Word" into an "underscored_word". + * Converts any "CamelCased" into an "underscored_word". * * @param string $words the word(s) to underscore * @return string