From 6d1ef22e5dca5790044e027583ee360624d272af Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Wed, 28 Mar 2007 01:26:37 +0000 Subject: typo fix --- user_guide/helpers/inflector_helper.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user_guide/helpers/inflector_helper.html') diff --git a/user_guide/helpers/inflector_helper.html b/user_guide/helpers/inflector_helper.html index c52cf0309..2a9f4193d 100644 --- a/user_guide/helpers/inflector_helper.html +++ b/user_guide/helpers/inflector_helper.html @@ -76,7 +76,7 @@ Inflector Helper

singular()

-

Changes a singular word to plural. Example:

+

Changes a plural word to singular. Example:

$word = "dogs";
@@ -86,7 +86,7 @@ echo singular($word); // Returns "dog"

plural()

-

Changes a plural word to singular. Example:

+

Changes a singular word to plural. Example:

$word = "dog";
-- cgit v1.2.3-24-g4f1b