Update in.md

This commit is contained in:
Ivan Shalganov 2014-01-31 10:43:18 +02:00
parent dc287f08b2
commit e0224aa18b
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}
```
```