From 951be6c1f59247d99f6caf946e529961f7957474 Mon Sep 17 00:00:00 2001 From: Jan Emge-Triebel Date: Fri, 30 Sep 2022 09:07:06 +0000 Subject: [PATCH] Clarified comment's liquid description --- lib/liquid/tags/comment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/liquid/tags/comment.rb b/lib/liquid/tags/comment.rb index 51cea5c3..9922ee0d 100644 --- a/lib/liquid/tags/comment.rb +++ b/lib/liquid/tags/comment.rb @@ -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