Added note about case sensitivity of logic operators

This commit is contained in:
Artem Lopata
2015-06-02 15:11:17 +03:00
parent d63ac2088e
commit 29986a9c4c
+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
~~~~~~~~~~~