From 8b6f4d2a4507ec15f2db9486a9d64c93b8cc67f4 Mon Sep 17 00:00:00 2001 From: Brian Jones Date: Thu, 30 Mar 2017 10:12:18 -0400 Subject: [PATCH] Change Any Contents to Anything --- tags/comment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tags/comment.md b/tags/comment.md index 31392cf6..d9d43fc5 100644 --- a/tags/comment.md +++ b/tags/comment.md @@ -10,13 +10,13 @@ within will not be executed.

Input

```liquid {% raw %} -Any contents that you put between {% comment %} and {% endcomment %} tags +Anything you put between {% comment %} and {% endcomment %} tags is turned into a comment. {% endraw %} ```

Output

```liquid -Any contents that you put between {% comment %} and {% endcomment %} tags +Anything you put between {% comment %} and {% endcomment %} tags is turned into a comment. ```