mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
verb tense
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189844 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bd95076b4f
commit
746373dc44
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- splitted from ./en/functions/ps.xml, last change in rev 1.12 -->
|
||||
<refentry id="function.ps-arc">
|
||||
<refnamediv>
|
||||
|
@ -22,7 +22,7 @@
|
|||
Draws a portion of a circle with at middle point at
|
||||
(<parameter>x</parameter>, <parameter>y</parameter>). The arc starts at an
|
||||
angle of <parameter>alpha</parameter> and ends at an angle of
|
||||
<parameter>beta</parameter>. It is draw counterclockwise. The subpath added
|
||||
<parameter>beta</parameter>. It is drawn counterclockwise. The subpath added
|
||||
to the current path starts on the arc at angle <parameter>alpha</parameter>
|
||||
and ends on the arc at angle <parameter>beta</parameter>.
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- splitted from ./en/functions/ps.xml, last change in rev 1.12 -->
|
||||
<refentry id="function.ps-arcn">
|
||||
<refnamediv>
|
||||
|
@ -22,7 +22,7 @@
|
|||
Draws a portion of a circle with at middle point at
|
||||
(<parameter>x</parameter>, <parameter>y</parameter>). The arc starts at an
|
||||
angle of <parameter>alpha</parameter> and ends at an angle of
|
||||
<parameter>beta</parameter>. It is draws clockwise. The subpath added to
|
||||
<parameter>beta</parameter>. It is drawn clockwise. The subpath added to
|
||||
the current path starts on the arc at angle <parameter>beta</parameter> and
|
||||
ends on the arc at angle <parameter>alpha</parameter>.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue