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:06 +0200 |
commit | f445f61829d744955fe42ef8313a643b573f6e4b (patch) | |
tree | 1547d6454a20075a2e4882fd17f3a683875ede75 /user_guide_src | |
parent | a5fef1f300aa4dfc21dadf5cd8b1c13a9be497f7 (diff) | |
parent | 57d2140687c74abd7b5a4bb4b859015eb703d565 (diff) |
Merge pull request #4603 from rochefort/fix-type
[ci skip] Fix a parameter type in url_title() docs
Diffstat (limited to 'user_guide_src')
-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. |