From 611d73a01cd58461bb0a9087e4b88c01021b0774 Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Thu, 17 May 2001 08:14:25 +0000 Subject: [PATCH] minor typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47663 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/types.xml b/language/types.xml index 14a58c7d9d..ccc38fd374 100644 --- a/language/types.xml +++ b/language/types.xml @@ -279,7 +279,7 @@ echo (int) ( (0.1+0.7) * 10 ); // echo's 7! See also: - Arbitrary precision integeres and + Arbitrary precision integes and Floating point numbers