Skip to content

Commit 13f8bcd

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

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
@@ -1475,7 +1475,7 @@ Writing a Twig Extension
14751475

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

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

0 commit comments

Comments
 (0)