Merge pull request #1636 from Shopify/documentation-clarification-for-comment

Clarifying description for {% comment %}
This commit is contained in:
Jan Gregor Triebel
2022-10-05 14:54:29 +02:00
committed by GitHub
+1 -1
View File
@@ -8,7 +8,7 @@ module Liquid
# @liquid_summary
# Prevents an expression from being rendered or output.
# @liquid_description
# Any text inside `comment` tags won't be output, and any Liquid code won't be rendered.
# Any text inside `comment` tags won't be output, and any Liquid code will be parsed, but not executed.
# @liquid_syntax
# {% comment %}
# content