From 4a6ec92c41c624fc0e9430ae11330ee546f6d492 Mon Sep 17 00:00:00 2001 From: roryokane Date: Mon, 23 Apr 2012 12:58:40 -0700 Subject: [PATCH] changed "unimaginable" wording, which was wrong and invited disproof, to something merely technically wrong --- Liquid-for-Designers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Liquid-for-Designers.md b/Liquid-for-Designers.md index 6cc2a24..bca952e 100644 --- a/Liquid-for-Designers.md +++ b/Liquid-for-Designers.md @@ -109,7 +109,7 @@ This is useful for generating content (eg, Mustache, Handlebars) which uses conf ### If / Else -`if / else` should be well known from any imaginable programming language. +`if / else` should be well-known from any other programming language. Liquid allows you to write simple expressions in the `if` or `unless` (and optionally, `elseif` and `else`) clause: