From e9d392b56a9dbde39fbbd6d8831e8933d53c3f5e Mon Sep 17 00:00:00 2001 From: trans Date: Mon, 5 Sep 2011 13:41:39 -0700 Subject: [PATCH] Updated Liquid for Designers (textile) --- Liquid-for-Designers.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Liquid-for-Designers.textile b/Liquid-for-Designers.textile index d001db7..ddb1ef1 100644 --- a/Liquid-for-Designers.textile +++ b/Liquid-for-Designers.textile @@ -68,7 +68,7 @@ h3. Standard Filters * **plus** - addition **e.g** {{ '1' | plus:'1' }} #=> '11', {{ 1 | plus:1 }} #=> 2 * **times** - multiplication **e.g** {{ 5 | times:4 }} #=> 20 * **divided_by** - division **e.g** {{ 10 | divided_by:2 }} #=> 5 -* **split** - split a string on a matching pattern **e.g.** {{ "a~b" | split:~ }} +* **split** - split a string on a matching pattern **e.g.** {{ "a~b" | split:~ }} #=> ['a','b'] h1. Tags