mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03:00
Removes a non ascii character from comment to appease Rubocop
This commit is contained in:
@@ -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:
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user