summaryrefslogtreecommitdiffstats
path: root/system/helpers/inflector_helper.php
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2007-07-12 00:09:45 +0200
committerDerek Jones <derek.jones@ellislab.com>2007-07-12 00:09:45 +0200
commiteea2bdaaffcbee1a9efb56e60ae5712e30873f87 (patch)
treecd70b46721ccd79974b9ea615d96bc91185e1f2d /system/helpers/inflector_helper.php
parent1f2fd2d5db0ff9e91388cec079a9ff58392ab654 (diff)
fixed the plural() and singular() function comments
Diffstat (limited to 'system/helpers/inflector_helper.php')
-rw-r--r--system/helpers/inflector_helper.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/helpers/inflector_helper.php b/system/helpers/inflector_helper.php
index 28ecf5201..49143913c 100644
--- a/system/helpers/inflector_helper.php
+++ b/system/helpers/inflector_helper.php
@@ -31,7 +31,7 @@
/**
* Singular
*
- * Takes a singular word and makes it plural
+ * Takes a plural word and makes it singular
*
* @access public
* @param string
@@ -69,7 +69,7 @@ function singular($str)
/**
* Plural
*
- * Takes a plural word and makes it singular
+ * Takes a singular word and makes it plural
*
* @access public
* @param string