Fixed bug #51432 (imagestrinup x/y coordinate wrong discription)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299441 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2010-05-18 08:56:32 +00:00
parent 08e2e3465c
commit fe1ba5b690

View file

@ -31,7 +31,7 @@
<term><parameter>x</parameter></term>
<listitem>
<para>
x-coordinate of the upper left corner.
x-coordinate of the bottom left corner.
</para>
</listitem>
</varlistentry>
@ -39,7 +39,7 @@
<term><parameter>y</parameter></term>
<listitem>
<para>
y-coordinate of the upper left corner.
y-coordinate of the bottom left corner.
</para>
</listitem>
</varlistentry>