Clarified comment's liquid description

This commit is contained in:
Jan Emge-Triebel
2022-09-30 09:07:06 +00:00
parent c8f3cfa8fc
commit 951be6c1f5
+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