mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-04 22:47:21 +00:00
[Doc] Fix do tag label in link
This commit is contained in:
+1
-1
@@ -413,7 +413,7 @@ Most of the time though, a tag is not needed:
|
||||
|
||||
* If your tag does not output anything, but only exists because of a side
|
||||
effect, create a **function** that returns nothing and call it via the
|
||||
:doc:`filter <tags/do>` tag.
|
||||
:doc:`do <tags/do>` tag.
|
||||
|
||||
For instance, if you want to create a tag that logs text, create a ``log``
|
||||
function instead and call it via the :doc:`do <tags/do>` tag:
|
||||
|
||||
Reference in New Issue
Block a user