Add missing quote in comment (#1468)

This commit is contained in:
Zac Clay
2021-09-09 14:23:11 -04:00
committed by GitHub
parent a03de8f9ea
commit a5369c26a8
+1 -1
View File
@@ -124,7 +124,7 @@ module Liquid
# context['var'] = 'hi'
# end
#
# context['var] #=> nil
# context['var'] #=> nil
def stack(new_scope = {})
push(new_scope)
yield