From ae84fbe0076119dbcdaac3d400510b4e4c2e9eb8 Mon Sep 17 00:00:00 2001 From: Mathieu Darse Date: Tue, 30 Jun 2015 12:40:05 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbd8fbb1..4c00b069 100644 --- a/README.md +++ b/README.md @@ -1047,7 +1047,7 @@ ## Comparison Operators & Equality - [15.1](#15.1) Use `===` and `!==` over `==` and `!=`. - - [15.2](#15.2) Conditional statements such as the `if` statement evaulate their expression using coercion with the `ToBoolean` abstract method and always follow these simple rules: + - [15.2](#15.2) Conditional statements such as the `if` statement evaluate their expression using coercion with the `ToBoolean` abstract method and always follow these simple rules: + **Objects** evaluate to **true** + **Undefined** evaluates to **false**