We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 390c5a0 commit e1a9448Copy full SHA for e1a9448
1 file changed
doc/tags/macro.rst
@@ -75,7 +75,7 @@ via the ``from`` tag:
75
.. caution::
76
77
As macros imported via ``from`` are called like functions, be careful to
78
- not override existing functions:
+ not shadow existing functions:
79
80
.. code-block:: twig
81
@@ -113,7 +113,7 @@ Imported macros are not available in the body of ``embed`` tags, you need
113
to explicitly re-import macros inside the tag.
114
115
When calling ``import`` or ``from`` from a ``block`` tag, the imported macros
116
-are only defined in the current block and they override macros defined at the
+are only defined in the current block and they shadow macros defined at the
117
template level with the same names.
118
119
Checking if a Macro is defined
0 commit comments