From 97ebf3596894d20d3d4d89077c2341e510e25475 Mon Sep 17 00:00:00 2001 From: TAKAGI Masahiro Date: Sat, 3 Mar 2007 23:37:06 +0000 Subject: [PATCH] typo fix. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@231103 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration52.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appendices/migration52.xml b/appendices/migration52.xml index 93934d91cb..878fdc28ea 100644 --- a/appendices/migration52.xml +++ b/appendices/migration52.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 5.1.x to PHP 5.2.x @@ -139,7 +139,7 @@ print $foo; spl_object_hash. - Exceptions can not be thrown from from + Exceptions can not be thrown from __toString methods.