* fixed a typo

This commit is contained in:
Marcin Wawrzyniak
2012-08-09 21:45:18 +02:00
parent 4b564bdf86
commit f8fc0e147d

View File

@@ -53,7 +53,7 @@ if ($str !== false) {
No type casting will occur, and that's why your logic is fine. 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: Beginners very often tend to write following code: