mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 12:26:30 +00:00
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:
@@ -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
|
||||
~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user