From 839da16d0420a142b83c8118e17996914d0a1fe3 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 8 Aug 2024 11:12:39 +0200 Subject: [PATCH] Tweak docs --- doc/tags/macro.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tags/macro.rst b/doc/tags/macro.rst index 874f35e5092..d1d0641c090 100644 --- a/doc/tags/macro.rst +++ b/doc/tags/macro.rst @@ -74,8 +74,8 @@ via the ``from`` tag: .. caution:: - As macros imported via ``from`` are called like functions, be careful to - not shadow existing functions: + As macros imported via ``from`` are called like functions, be careful that + they shadow existing functions: .. code-block:: twig