mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
Fix truthy example
This commit is contained in:
@@ -18,7 +18,7 @@ In the example below, the string "Tobi" is not a boolean, but it is truthy in a
|
||||
{% raw %}
|
||||
{% assign tobi = "Tobi" %}
|
||||
|
||||
{% if tobi == true %}
|
||||
{% if tobi %}
|
||||
This condition will always be true.
|
||||
{% endif %}
|
||||
{% endraw %}
|
||||
|
||||
Reference in New Issue
Block a user