From 9b8aa4bbbb86e992c7bb8376a6a991fa3235517f Mon Sep 17 00:00:00 2001 From: Tom Sommer Date: Fri, 23 Jul 2004 20:36:57 +0000 Subject: [PATCH] Fix typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164135 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/iterations.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/oop5/iterations.xml b/language/oop5/iterations.xml index abb47c3e58..646625bbed 100644 --- a/language/oop5/iterations.xml +++ b/language/oop5/iterations.xml @@ -1,9 +1,9 @@ - + Object Iteration - PHP 5 provides a way for objects to to be defined so it is possible + PHP 5 provides a way for objects to be defined so it is possible to iterate through a list of items, with, for example a statement. By default, all public properties will be used for the iteration.