Remove {{ foo }} and {{ bar }} from doc tag description

This commit is contained in:
James Meng
2025-05-06 15:20:35 -07:00
parent ea864f1177
commit eabbd5cb6f
-1
View File
@@ -27,7 +27,6 @@ module Liquid
# @example
# {% render 'message', foo: 'Hello', bar: 'World' %}
# {% enddoc %}
# {{ foo }}, {{ bar }}!
class Doc < Block
NO_UNEXPECTED_ARGS = /\A\s*\z/