Style updates + truthy/falsy content udpate

This commit is contained in:
Tetsuro
2016-03-15 19:36:24 -04:00
parent 1aa4d93160
commit f0883806c4
5 changed files with 9 additions and 3 deletions
+4
View File
@@ -4,6 +4,10 @@ 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.
- [Truthy](#truthy)
- [Falsy](#falsy)
- [Summary](#summary)
## Truthy
All values in Liquid are truthy except `nil` and `false`.