From 8b751ddf4607984de502c5b13e0344a17e55f8ab Mon Sep 17 00:00:00 2001 From: Mark Crossfield Date: Mon, 9 Jan 2017 10:16:35 +0000 Subject: [PATCH] Removes a non ascii character from comment to appease Rubocop --- lib/liquid/tags/for.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: #