diff --git a/language/types.xml b/language/types.xml index f2569eeb4c..9ea4cb9c1e 100644 --- a/language/types.xml +++ b/language/types.xml @@ -1,5 +1,5 @@ - + Types @@ -452,7 +452,7 @@ echo (int) ( (0.1+0.7) * 10 ); // echoes 7! types. Currently, the behaviour is the same as if the value was first converted to boolean. However, do - not relay on this behaviour, as it can + not rely on this behaviour, as it can change without notice.