mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 19:36:43 +00:00
Merge branch '2.x' into 3.x
* 2.x: Fix typo in filter doc
This commit is contained in:
@@ -11,7 +11,7 @@ function. The arrow function receives the value of the sequence or mapping:
|
||||
{{ sizes|filter(v => v > 38)|join(', ') }}
|
||||
{# output 40, 42 #}
|
||||
|
||||
Combined with the ``for`` tag, it allows to filter the itemss to iterate over:
|
||||
Combined with the ``for`` tag, it allows to filter the items to iterate over:
|
||||
|
||||
.. code-block:: twig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user