Update in.md

This commit is contained in:
Ivan Shalganov 2014-01-31 10:43:18 +02:00
parent dc287f08b2
commit e0224aa18b

View File

@ -1,10 +1,10 @@
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]}
... ...
{/if} {/if}
``` ```