summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/helpers
diff options
context:
space:
mode:
authorEric Barnes <eric@ericlbarnes.com>2011-11-27 20:12:12 +0100
committerEric Barnes <eric@ericlbarnes.com>2011-11-27 20:12:12 +0100
commitc836978e257bdba0827ab7506c890c6b7b223879 (patch)
tree4719d2dbbba0e95c1c0f16526cb757ba0658c827 /user_guide_src/source/helpers
parent32b6780d6e75a39e62784cec998ee2b5f69ee77e (diff)
parent21fc2b624bca91d61cb3491cf7b93edfcf6ab80f (diff)
Merge branch 'refs/heads/develop' into feature/unit-tests
Diffstat (limited to 'user_guide_src/source/helpers')
-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()
============