mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-16 09:20:42 -07:00
small change for for syntax keyword
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user