From 6824c3ce3476d598061c37508c041587c4eee9e6 Mon Sep 17 00:00:00 2001 From: Marcin Wawrzyniak Date: Thu, 9 Aug 2012 22:22:01 +0200 Subject: [PATCH] Revert "* fixed a typo" This reverts commit f8fc0e147d6818bb793422df9ac8d659a13dbaf6. --- _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 498630c..149219f 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. -### Unnecessary if/else and ternary +### Unneded if/else and ternary Beginners very often tend to write following code: