summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries
diff options
context:
space:
mode:
authoretrianag <57193408+etrianag@users.noreply.github.com>2020-01-27 18:24:09 +0100
committerGitHub <noreply@github.com>2020-01-27 18:24:09 +0100
commit0c1f8474e15c8f22f9fef424799ed8cabf2c0f6b (patch)
treef8145ca5e4126405e066737443b590abb063bdd5 /user_guide_src/source/libraries
parente255e77748ca27a11ae4f143ba97d978cb4d99e5 (diff)
Remove parameter type from Description.
Diffstat (limited to 'user_guide_src/source/libraries')
-rw-r--r--user_guide_src/source/libraries/parser.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/parser.rst b/user_guide_src/source/libraries/parser.rst
index 923446dd4..0b0d41740 100644
--- a/user_guide_src/source/libraries/parser.rst
+++ b/user_guide_src/source/libraries/parser.rst
@@ -290,7 +290,7 @@ Class Reference
.. php:method:: parse_string($template, $data[, $return = FALSE])
- :param string $template: String content to parse
+ :param string $template: Content to parse
:param array $data: Variable data
:param bool $return: Whether to only return the parsed template
:returns: Parsed template string