diff --git a/language/types.xml b/language/types.xml
index ccc38fd374..d911eae899 100644
--- a/language/types.xml
+++ b/language/types.xml
@@ -10,7 +10,7 @@
- Three scalar types:
+ Four scalar types:
@@ -42,7 +42,7 @@
- Three compound types:
+ Two compound types:
@@ -279,7 +279,7 @@ echo (int) ( (0.1+0.7) * 10 ); // echo's 7!
See also:
- Arbitrary precision integes and
+ Arbitrary precision integers and
Floating point numbers