Tiny fixes

This commit is contained in:
Adam Hollett
2015-12-04 21:36:13 -05:00
parent 6ef9c176dd
commit 74eb3418b6
2 changed files with 8 additions and 8 deletions
+5 -5
View File
@@ -4,11 +4,11 @@ title: Types
Liquid objects can have one of six types:
- [string](#string)
- [number](#number)
- [boolean](#boolean)
- [nil](#nil)
- [array](#array)
- [String](#string)
- [Number](#number)
- [Boolean](#boolean)
- [Nil](#nil)
- [Array](#array)
- [EmptyDrop](#emptydrop)
Liquid variables can be initialized by using the [assign](/tags/#assign) or [capture](/tags/#capture) tags.