mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-01 13:07:22 +00:00
minor #4587 fix typo (xabbuh)
This PR was merged into the 3.x branch.
Discussion
----------
fix typo
Commits
-------
4c818122f3 fix typo
This commit is contained in:
+1
-1
@@ -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``.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user