Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Ivan Shalganov 2014-02-14 15:56:22 +04:00
commit 3adafb6fcc

View File

@ -1,7 +1,7 @@
Modifier in Modifier in
=========== ===========
The modifier is implementation of `in` operator (performs containment test). The modifier is implementation of [in](../operators.md#containment-operator) operator (performs containment test).
```smarty ```smarty
{if $number|in:[1, 3, 42]} {if $number|in:[1, 3, 42]}