From 10deb7328c7cd37391b5eeb777008ae235e01278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Andr=C3=A9?= Date: Wed, 10 Jul 2024 00:23:00 +0200 Subject: [PATCH] [Doc] Fix `do` tag label in link --- doc/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: