mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
08e2e3465c
commit
fe1ba5b690
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue