Merge pull request #846 from mrmanc/master

Clarifies spelling of for’s reversed flag to address #843
This commit is contained in:
Justin Li
2017-02-10 19:26:38 -05:00
committed by GitHub

View File

@@ -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:
#