Typo fixed

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@56565 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Marco Cucinato 2001-09-02 20:55:27 +00:00
parent a0fb1babfc
commit e12a0e45f0

View file

@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
<!-- $Revision: 1.90 $ -->
<!-- $Revision: 1.91 $ -->
<reference id="ref.array">
<title>Array Functions</title>
<titleabbrev>Arrays</titleabbrev>
@ -2173,7 +2173,7 @@ blue, large, sphere, medium
</programlisting>
</para>
<para>
The <varname>$size</varname> wasn't overwritten, becaus we
The <varname>$size</varname> wasn't overwritten, because we
specified EXTR_PREFIX_SAME, which resulted in
<varname>$wddx_size</varname> being created. If EXTR_SKIP was
specified, then $wddx_size wouldn't even have been created.