From 746373dc444a67f7b7942683f11fb9be60e58c4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20Goupil?= Date: Mon, 4 Jul 2005 04:24:25 +0000 Subject: [PATCH] verb tense git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189844 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ps/functions/ps-arc.xml | 4 ++-- reference/ps/functions/ps-arcn.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/ps/functions/ps-arc.xml b/reference/ps/functions/ps-arc.xml index b8c927b0a0..faad6cb474 100644 --- a/reference/ps/functions/ps-arc.xml +++ b/reference/ps/functions/ps-arc.xml @@ -1,5 +1,5 @@ - + @@ -22,7 +22,7 @@ Draws a portion of a circle with at middle point at (x, y). The arc starts at an angle of alpha and ends at an angle of - beta. It is draw counterclockwise. The subpath added + beta. It is drawn counterclockwise. The subpath added to the current path starts on the arc at angle alpha and ends on the arc at angle beta. diff --git a/reference/ps/functions/ps-arcn.xml b/reference/ps/functions/ps-arcn.xml index 396a6ff388..30073e4b5e 100644 --- a/reference/ps/functions/ps-arcn.xml +++ b/reference/ps/functions/ps-arcn.xml @@ -1,5 +1,5 @@ - + @@ -22,7 +22,7 @@ Draws a portion of a circle with at middle point at (x, y). The arc starts at an angle of alpha and ends at an angle of - beta. It is draws clockwise. The subpath added to + beta. It is drawn clockwise. The subpath added to the current path starts on the arc at angle beta and ends on the arc at angle alpha.