diff options
author | admin <devnull@localhost> | 2006-09-22 20:45:42 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-09-22 20:45:42 +0200 |
commit | 592cdcbc58963f0cf811aea59db9907943460770 (patch) | |
tree | b04e784e804d409c237697901cb1f46e4c6ae948 /system/helpers | |
parent | 6de4e5f149b9d467a3238250dfe4f45bb9512e87 (diff) |
Diffstat (limited to 'system/helpers')
-rw-r--r-- | system/helpers/inflector_helper.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/helpers/inflector_helper.php b/system/helpers/inflector_helper.php index 3bded708e..3d8d3e0ca 100644 --- a/system/helpers/inflector_helper.php +++ b/system/helpers/inflector_helper.php @@ -31,7 +31,7 @@ /** * Singular * - * Takes a plural word and makes it singular + * Takes a singular word and makes it plural * * @access public * @param string @@ -64,7 +64,7 @@ function singular($str) /** * Plural * - * Takes a singular word and makes it plural + * Takes a plural word and makes it singular * * @access public * @param string |