mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Typo fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289149 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
917a85fee7
commit
d513a7aed2
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
|||
<title>Map</title>
|
||||
|
||||
<para>
|
||||
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.
|
||||
</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
|
Loading…
Reference in a new issue