small change for for syntax keyword

This commit is contained in:
Jake Olney
2022-06-27 15:10:23 -04:00
committed by Melanie Wang
parent d497bfffe9
commit 65542f9e4f
+1 -1
View File
@@ -19,7 +19,7 @@ module Liquid
# {% endfor %}
# @liquid_syntax_keyword variable The current item in the array.
# @liquid_syntax_keyword array The array to iterate over.
# @liquid_syntax_keyword expression The expression to render.
# @liquid_syntax_keyword expression The expression to render for each iteration.
# @liquid_optional_param limit [number] The number of iterations to perform.
# @liquid_optional_param offset [number] The 1-based index to start iterating at.
# @liquid_optional_param range [untyped] A custom numeric range to iterate over.