From d513a7aed26daff922ae266bc406e659cc407d78 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Sat, 3 Oct 2009 21:53:15 +0000 Subject: [PATCH] Typo fix git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289149 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/datastructures.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/spl/datastructures.xml b/reference/spl/datastructures.xml index c7ad6c1cc9..6fed907555 100644 --- a/reference/spl/datastructures.xml +++ b/reference/spl/datastructures.xml @@ -78,7 +78,7 @@ Map - A map is a datastructure holding key-value pairs. PHP arrays can be seen as maps from integers/strings to values. SPL provides a map from objects to data. This map can aswell be used as a object set. + A map is a datastructure holding key-value pairs. PHP arrays can be seen as maps from integers/strings to values. SPL provides a map from objects to data. This map can also be used as an object set.