From 72a9626a43b066d0814ac27aad9852460be175c3 Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Wed, 11 Feb 2009 15:42:03 +0000 Subject: [PATCH] Typo. Fix #47361 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275589 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/operators.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: