From 4be17cec521c84e3df8af2de5f2d111d4dfeb932 Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Fri, 12 Apr 2013 12:17:27 -0400 Subject: [PATCH] Closes #251: Conditional arguments or Conditional statements --- pages/The-Basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/The-Basics.md b/pages/The-Basics.md index 147df30..f6f3484 100644 --- a/pages/The-Basics.md +++ b/pages/The-Basics.md @@ -36,7 +36,7 @@ if (strpos('testing', 'test') !== false) { // true, as strict comparison was * [Comparison operators](http://php.net/manual/en/language.operators.comparison.php) * [Comparison table](http://php.net/manual/en/types.comparisons.php) -## Conditional arguments +## Conditional statements ### If statements