Browse Source

fix phpdoc of underscore

tags/2.0.0-beta
Antonio Ramirez 12 years ago
parent
commit
20e18e1bdd
  1. 2
      yii/helpers/base/Inflector.php

2
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

Loading…
Cancel
Save