mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 11:56:50 +00:00
minor typo in sort documentation
This commit is contained in:
@@ -5,7 +5,7 @@ The ``sort`` filter sorts an array:
|
||||
|
||||
.. code-block:: jinja
|
||||
|
||||
{% for use in users|sort %}
|
||||
{% for user in users|sort %}
|
||||
...
|
||||
{% endfor %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user