diff --git a/language/operators.xml b/language/operators.xml index 8578506066..00650e08c5 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -1,5 +1,5 @@ - + Operators @@ -122,7 +122,7 @@ =, PHP will still allow expressions similar to the following: if (!$a = foo()), in which case the output from foo() is - put into $a. + put into $a.