Skip to content

Commit f1c7127

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: templates: check that a Twig extension does not already exist
2 parents f6fcb47 + 13f8bcd commit f1c7127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1494,7 +1494,7 @@ Writing a Twig Extension
14941494

14951495
`Twig Extensions`_ allow the creation of custom functions, filters, and more to use
14961496
in your Twig templates. Before writing your own Twig extension, check if
1497-
the filter/function that you need is already implemented in:
1497+
the filter/function that you need is not already implemented in:
14981498

14991499
* The `default Twig filters and functions`_;
15001500
* The :doc:`Twig filters and functions added by Symfony </reference/twig_reference>`;

0 commit comments

Comments
 (0)