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
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
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
{if $number|in:[1, 3, 42]}
...
{/if}
```
```