Skip to content

Commit

Permalink
merged branch ricardclau/typo_sort_doc (PR twigphp#1039)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fabpot committed Mar 25, 2013
2 parents d7f6bce + 1443b76 commit 2f14935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/filters/sort.rst
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The ``sort`` filter sorts an array:


.. code-block:: jinja .. code-block:: jinja
{% for use in users|sort %} {% for user in users|sort %}
... ...
{% endfor %} {% endfor %}
Expand Down

0 comments on commit 2f14935

Please sign in to comment.