From b54348e418a01fe5bf77556b72307dff99307c40 Mon Sep 17 00:00:00 2001 From: Jeroen van Wolffelaar Date: Thu, 17 May 2001 09:25:32 +0000 Subject: [PATCH] Fixed typo again, recounted types... git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47665 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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