From c4ae2e90120b74cd4242fb18bdbe63ce34ac876f Mon Sep 17 00:00:00 2001 From: Arafat Date: Thu, 7 Dec 2017 21:35:17 +0530 Subject: [PATCH] Update types.md --- basics/types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics/types.md b/basics/types.md index 93a40f0..ded1fd5 100644 --- a/basics/types.md +++ b/basics/types.md @@ -3,7 +3,7 @@ title: Types description: An overview of data types in the Liquid template language. --- -Liquid objects can have one of six types: +Liquid objects can have one of five types: - [String](#string) - [Number](#number)