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:
Fabien Potencier
2013-03-25 08:41:44 +01:00
+1 -1
View File
@@ -5,7 +5,7 @@ The ``sort`` filter sorts an array:
.. code-block:: jinja
{% for use in users|sort %}
{% for user in users|sort %}
...
{% endfor %}