minor #1703 Added note about case sensitivity of logic operators (biozshock)

This PR was merged into the 1.x branch.

Discussion
----------

Added note about case sensitivity of logic operators

Commits
-------

29986a9 Added note about case sensitivity of logic operators
This commit is contained in:
Fabien Potencier
2015-06-02 16:47:56 +02:00
+4
View File
@@ -669,6 +669,10 @@ You can combine multiple expressions with the following operators:
Twig also support bitwise operators (``b-and``, ``b-xor``, and ``b-or``).
.. note::
Operators are case sensitive.
Comparisons
~~~~~~~~~~~