Update LiquidDoc documentation

This commit is contained in:
Guilherme Carreiro
2025-03-07 18:59:59 +01:00
committed by Guilherme Carreiro
parent 2d0442798b
commit e38f730c00
+2 -2
View File
@@ -17,8 +17,8 @@ module Liquid
# {% doc %}
# Renders a message.
#
# @param {string} foo - A foo value.
# @param {string} [bar] - An optional bar value.
# @param {string} foo - A string value.
# @param {string} [bar] - An optional string value.
#
# @example
# {% render 'message', foo: 'Hello', bar: 'World' %}