Removes a non ascii character from comment to appease Rubocop

This commit is contained in:
Mark Crossfield
2017-01-09 10:16:35 +00:00
parent e5cbdb2b27
commit 8b751ddf46

View File

@@ -23,7 +23,7 @@ module Liquid
# {{ item.name }}
# {% end %}
#
# To reverse the for loop simply use {% for item in collection reversed %} (note that the flags 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:
#