diff options
author | Andrey Andreev <narf@devilix.net> | 2016-04-28 10:09:06 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-04-28 10:09:33 +0200 |
commit | 9343851e6155f6728e02332000f1885e248e907d (patch) | |
tree | e719e71a48c1201c84518655cdacec93b73978fc | |
parent | 98026f1ef2b05859b15602a5e2445575b24188ba (diff) |
Merge pull request #4603 from rochefort/fix-type
[ci skip] Fix a parameter type in url_title() docs
-rw-r--r-- | user_guide_src/source/helpers/url_helper.rst | 4 |
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. |