mirror of
https://github.com/Shopify/liquid.git
synced 2025-11-14 00:01:21 -05:00
Merge pull request #846 from mrmanc/master
Clarifies spelling of for’s reversed flag to address #843
This commit is contained in:
commit
b1ef28566e
@ -23,7 +23,7 @@ module Liquid
|
||||
# {{ item.name }}
|
||||
# {% end %}
|
||||
#
|
||||
# To reverse the for loop simply use {% for item in collection reversed %}
|
||||
# To reverse the for loop simply use {% for item in collection reversed %} (note that the flag's spelling is different to the filter `reverse`)
|
||||
#
|
||||
# == Available variables:
|
||||
#
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user