diff --git a/language/operators.xml b/language/operators.xml index 3153dd20ae..94a1bdc6be 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -1097,7 +1097,7 @@ Expression: 0 = -4 << 62 If you compare an integer with a string, excluding the identical (===) and - not identical (!===) operators, the string is + not identical (!==) operators, the string is converted to a number. If you compare two numerical strings, they are compared as integers. These rules also apply to the