Merge pull request #845 from mrmanc/gh-pages

Clarifies spelling of for’s reversed flag to address #843
This commit is contained in:
Justin Li
2017-02-10 19:26:43 -05:00
committed by GitHub
+1 -1
View File
@@ -133,7 +133,7 @@ Defines a range of numbers to loop through. The range can be defined by both lit
### reversed
Reverses the order of the loop.
Reverses the order of the loop. Note that the flags spelling is different to the filter `reverse`.
<p class="code-label">Input</p>
```liquid