diff --git a/language/operators.xml b/language/operators.xml index fcf5576214..24ef37cd74 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -1,5 +1,5 @@ - + Operators @@ -906,7 +906,7 @@ if ($thing instanceof B) { ]]> - As $thing is an object of type A, but + As $thing is an object of type A, but not B, only the block dependent on the A type will be executed: A