mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
Add space to hash example for prettiness
+1
-1
@@ -282,7 +282,7 @@ When iterating a hash, `item[0]` contains the key, and `item[1]` contains the va
|
||||
|
||||
```liquid
|
||||
{% for item in hash %}
|
||||
{{ item[0] }}: {{item[1] }}
|
||||
{{ item[0] }}: {{ item[1] }}
|
||||
{% endfor %}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user