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 /user_guide/helpers | |
parent | 6de4e5f149b9d467a3238250dfe4f45bb9512e87 (diff) |
Diffstat (limited to 'user_guide/helpers')
-rw-r--r-- | user_guide/helpers/inflector_helper.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/helpers/inflector_helper.html b/user_guide/helpers/inflector_helper.html index 379f56a9b..fc7e406f8 100644 --- a/user_guide/helpers/inflector_helper.html +++ b/user_guide/helpers/inflector_helper.html @@ -120,7 +120,7 @@ echo underscore($word); // Returns "my_dog_spot" <code>
$word = "my_dog_spot";<br />
-echo humanize($word); // Returns "my dog spot"
+echo humanize($word); // Returns "My Dog Spot"
</code>
|