From e3ada75a5b3f0615877205e77e5467eebc0b0233 Mon Sep 17 00:00:00 2001 From: obozdag Date: Wed, 17 Apr 2024 06:56:07 +0200 Subject: [PATCH] docs: Fix typo view_parser.rst Fix typo view_parser.rst. --- user_guide_src/source/outgoing/view_parser.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/outgoing/view_parser.rst b/user_guide_src/source/outgoing/view_parser.rst index a439d907a1de..dc2a702fe000 100644 --- a/user_guide_src/source/outgoing/view_parser.rst +++ b/user_guide_src/source/outgoing/view_parser.rst @@ -495,7 +495,7 @@ You can also use closures, but these can only be defined in the config file's co .. literalinclude:: view_parser/015.php -If the callable is on its own, it is treated as a single tag, not a open/close one. It will be replaced by +If the callable is on its own, it is treated as a single tag, not an open/close one. It will be replaced by the return value from the plugin: .. literalinclude:: view_parser/016.php