summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorrochefort <terasawan@gmail.com>2016-04-27 19:41:17 +0200
committerrochefort <terasawan@gmail.com>2016-04-27 19:41:17 +0200
commit57d2140687c74abd7b5a4bb4b859015eb703d565 (patch)
treeb5e4315c05b7ffa841e7f848262513b68ed661dd /user_guide_src
parent9de0f0b3a65bea6adff9999977ea6b717099e194 (diff)
Fix a type of parameter in url_title [ci skip]
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/helpers/url_helper.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/helpers/url_helper.rst b/user_guide_src/source/helpers/url_helper.rst
index 64deae240..6fb0dd942 100644
--- a/user_guide_src/source/helpers/url_helper.rst
+++ b/user_guide_src/source/helpers/url_helper.rst
@@ -277,7 +277,7 @@ Available Functions
:param string $str: Input string
:param string $separator: Word separator
- :param string $lowercase: Whether to transform the output string to lower-case
+ :param bool $lowercase: Whether to transform the output string to lower-case
:returns: URL-formatted string
:rtype: string
@@ -370,4 +370,4 @@ Available Functions
will *automatically* be selected when the page is currently accessed
via POST and HTTP/1.1 is used.
- .. important:: This function will terminate script execution. \ No newline at end of file
+ .. important:: This function will terminate script execution.