diff --git a/language/operators.xml b/language/operators.xml index 901bee09ea..4da39864bb 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -1,5 +1,5 @@ - + Operators @@ -712,7 +712,7 @@ if (empty($_POST['action'])) { - Is is recommended that you avoid "stacking" ternary expressions. PHP's + It is recommended that you avoid "stacking" ternary expressions. PHP's behaviour when using more than one ternary operator within a single statement is non-obvious: