Skip to content

Commit ae84fbe

Browse files
committed
Fix typo
1 parent 10f6d6a commit ae84fbe

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)