Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a5a2770

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: templates: check that a Twig extension does not already exist
2 parents 7887318 + 319b504 commit a5a2770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1496,7 +1496,7 @@ Writing a Twig Extension
14961496

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

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

0 commit comments

Comments
 (0)