diff --git a/lib/liquid/tags/for.rb b/lib/liquid/tags/for.rb index 22ed31a..5d5691f 100644 --- a/lib/liquid/tags/for.rb +++ b/lib/liquid/tags/for.rb @@ -23,7 +23,7 @@ module Liquid # {{ item.name }} # {% end %} # - # To reverse the for loop simply use {% for item in collection reversed %} (note that the flag’s spelling is different to the filter `reverse`) + # 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: #