diff --git a/doc/advanced.rst b/doc/advanced.rst index e4f9401c6b8..c1073242fd5 100644 --- a/doc/advanced.rst +++ b/doc/advanced.rst @@ -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 ` tag. + :doc:`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 ` tag: