This commit is contained in:
Christian Flothmann
2025-02-18 15:14:50 +01:00
committed by GitHub
parent 0f569b8297
commit 4c818122f3
+1 -1
View File
@@ -775,7 +775,7 @@ responsible for parsing the tag and compiling it to PHP.
Operators
~~~~~~~~~
The ``getOperators()`` methods lets you add new operators. To implement a new
The ``getOperators()`` method lets you add new operators. To implement a new
one, have a look at the default operators provided by
``Twig\Extension\CoreExtension``.