Skip to content

Commit e38f730

Browse files
committed
Update LiquidDoc documentation
1 parent 2d04427 commit e38f730

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/liquid/tags/doc.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ module Liquid
1717
# {% doc %}
1818
# Renders a message.
1919
#
20-
# @param {string} foo - A foo value.
21-
# @param {string} [bar] - An optional bar value.
20+
# @param {string} foo - A string value.
21+
# @param {string} [bar] - An optional string value.
2222
#
2323
# @example
2424
# {% render 'message', foo: 'Hello', bar: 'World' %}

0 commit comments

Comments
 (0)