From 84d9991e84f7d34d6a6fb22c96a4b4fecc25b6d6 Mon Sep 17 00:00:00 2001 From: Chris Berkhout Date: Fri, 1 Nov 2013 12:13:28 +1100 Subject: [PATCH] Fixed README to mention all falsy values tested in test/_files/falsy.*. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95c9278..f494521 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ The behavior of the section is determined by the value of the key. #### False Values or Empty Lists -If the `person` key does not exist, or exists and has a value of `null`, `undefined`, or `false`, or is an empty list, the block will not be rendered. +If the `person` key does not exist, or exists and has a value of `null`, `undefined`, `false`, `0`, or `NaN`, or is an empty string or an empty list, the block will not be rendered. View: