summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/helpers/string_helper.rst
diff options
context:
space:
mode:
authorEric Barnes <eric@ericlbarnes.com>2011-11-27 07:12:45 +0100
committerEric Barnes <eric@ericlbarnes.com>2011-11-27 07:12:45 +0100
commitbc204813956771e83d10c3b04e22bb5874938a99 (patch)
tree8fe09c73797c494da191e3646a123fa89222a29f /user_guide_src/source/helpers/string_helper.rst
parente101593561a10632c1d63180436b19f1d7115046 (diff)
Updated docs for increment_string example.
Diffstat (limited to 'user_guide_src/source/helpers/string_helper.rst')
-rw-r--r--user_guide_src/source/helpers/string_helper.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/helpers/string_helper.rst b/user_guide_src/source/helpers/string_helper.rst
index b8a69e036..dc70e461a 100644
--- a/user_guide_src/source/helpers/string_helper.rst
+++ b/user_guide_src/source/helpers/string_helper.rst
@@ -58,7 +58,7 @@ Usage example
echo increment_string('file', '_'); // "file_1"
echo increment_string('file', '-', 2); // "file-2"
- echo increment_string('file-4'); // "file-5"
+ echo increment_string('file_4'); // "file_5"
alternator()
============