From b17a6949bf7d745d26c881f2ecd2295610479664 Mon Sep 17 00:00:00 2001 From: Dallas Wang Date: Tue, 26 Aug 2003 05:36:00 +0000 Subject: [PATCH] Typo fixed. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@138795 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/imagecolorallocate.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/image/functions/imagecolorallocate.xml b/reference/image/functions/imagecolorallocate.xml index d055a08e77..4cd5251e4f 100644 --- a/reference/image/functions/imagecolorallocate.xml +++ b/reference/image/functions/imagecolorallocate.xml @@ -1,5 +1,5 @@ - + @@ -18,7 +18,7 @@ imagecolorallocate returns a color identifier representing the color composed of the given - RGB components. The im + RGB components. The image argument is the return from the imagecreate function. red, green and blue are the values of the red, green and blue