From e0224aa18b61a3420ed2dd9213ce254cf8e6bba8 Mon Sep 17 00:00:00 2001 From: Ivan Shalganov Date: Fri, 31 Jan 2014 10:43:18 +0200 Subject: [PATCH] Update in.md --- docs/mods/in.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/mods/in.md b/docs/mods/in.md index 798a93d..f72ebf5 100644 --- a/docs/mods/in.md +++ b/docs/mods/in.md @@ -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} -``` \ No newline at end of file +```