[Doc] Fix do tag label in link

This commit is contained in:
Simon André
2024-07-10 00:23:00 +02:00
committed by GitHub
parent 03fa665cd5
commit 10deb7328c
+1 -1
View File
@@ -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: