mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 10:52:48 -07:00
fix typo
This commit is contained in:
@@ -7,7 +7,7 @@ module Liquid
|
||||
attr_reader :line_number, :for_liquid_tag
|
||||
|
||||
TAG_END = /%\}/
|
||||
TAG_OR_VARIABLE_START = /\{[\{\%}]/
|
||||
TAG_OR_VARIABLE_START = /\{[\{\%]/
|
||||
NEWLINE = /\n/
|
||||
|
||||
OPEN_CURLEY = "{".ord
|
||||
|
||||
Reference in New Issue
Block a user