mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 19:00:39 -07:00
Fixed conflicts
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Truthy and Falsy
|
||||
title: Truthy and falsy
|
||||
---
|
||||
|
||||
In programming, anything that returns `true` in a conditional is called **truthy**. Anything that returns `false` in a conditional is called **falsy**. All object types can be described as either truthy or falsy.
|
||||
|
||||
Reference in New Issue
Block a user