From f8fc0e147d6818bb793422df9ac8d659a13dbaf6 Mon Sep 17 00:00:00 2001 From: Marcin Wawrzyniak Date: Thu, 9 Aug 2012 21:45:18 +0200 Subject: [PATCH] * fixed a typo --- _posts/05-03-01-The-Basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/05-03-01-The-Basics.md b/_posts/05-03-01-The-Basics.md index 149219f..498630c 100644 --- a/_posts/05-03-01-The-Basics.md +++ b/_posts/05-03-01-The-Basics.md @@ -53,7 +53,7 @@ if ($str !== false) { No type casting will occur, and that's why your logic is fine. -### Unneded if/else and ternary +### Unnecessary if/else and ternary Beginners very often tend to write following code: