mikebridge / Liquid.NET

.Net Port of the Liquid template language
MIT License
62 stars 15 forks source link

Fix "Registry" should be "Registers" #56

Open mikebridge opened 8 years ago

mikebridge commented 8 years ago

Liquid calls the hash of user-defined, internally-available variables Registers.

https://github.com/Shopify/liquid/blob/master/lib/liquid/template.rb#L125

This should be changed in the TemplateContext to keep the terminology consistent.