Skip to content

Commit 8281437

Browse files
committed
Merge pull request airbnb#375 from mdarse/patch-1
Fix typo
2 parents 10f6d6a + ae84fbe commit 8281437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@
10471047
## Comparison Operators & Equality
10481048
10491049
- [15.1](#15.1) <a name='15.1'></a> Use `===` and `!==` over `==` and `!=`.
1050-
- [15.2](#15.2) <a name='15.2'></a> Conditional statements such as the `if` statement evaulate their expression using coercion with the `ToBoolean` abstract method and always follow these simple rules:
1050+
- [15.2](#15.2) <a name='15.2'></a> Conditional statements such as the `if` statement evaluate their expression using coercion with the `ToBoolean` abstract method and always follow these simple rules:
10511051
10521052
+ **Objects** evaluate to **true**
10531053
+ **Undefined** evaluates to **false**

0 commit comments

Comments
 (0)