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