Skip to content

Commit c6f05ea

Browse files
authored
Merge pull request #1955 from Shopify/jm/trim_doc_tag_desc
Remove {{ foo }} and {{ bar }} from `doc` tag description
2 parents ea864f1 + eabbd5c commit c6f05ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/liquid/tags/doc.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ module Liquid
2727
# @example
2828
# {% render 'message', foo: 'Hello', bar: 'World' %}
2929
# {% enddoc %}
30-
# {{ foo }}, {{ bar }}!
3130
class Doc < Block
3231
NO_UNEXPECTED_ARGS = /\A\s*\z/
3332

0 commit comments

Comments
 (0)