mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 20:36:33 +00:00
merged branch ricardclau/typo_sort_doc (PR #1039)
This PR was merged into the master branch.
Discussion
----------
Minor typo in sort filter documentation
I've found this small typo while working on shuffle filter documentation in https://github.com/fabpot/Twig/pull/1038
I decided to create separate PR in case https://github.com/fabpot/Twig/pull/1038 got rejected
Best regards!
Commits
-------
1443b76 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