From e739edc80b08389804780634e5f4bd5aafe1a4ec Mon Sep 17 00:00:00 2001 From: EmmaB Date: Sat, 28 Mar 2015 16:14:19 +0000 Subject: [PATCH] The phrase "swallows content" was confusing. --- 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 46c6456..07d9be6 100644 --- a/Liquid-for-Designers.md +++ b/Liquid-for-Designers.md @@ -92,7 +92,7 @@ Here is a list of currently supported tags: ### Comments -Comment is the simplest tag. It just swallows content. +Any content that you put between `{% comment %}` and `{% endcomment %}` tags is turned into a comment. ```liquid We made 1 million dollars {% comment %} in losses {% endcomment %} this year