From e907e913d6e30befd8131055ed6851ba4153d211 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Sat, 23 Oct 2010 22:29:54 +0000 Subject: [PATCH] fix typo --- lib/Imager/Handy.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Imager/Handy.pod b/lib/Imager/Handy.pod index 4e72c420..d624a62e 100644 --- a/lib/Imager/Handy.pod +++ b/lib/Imager/Handy.pod @@ -37,8 +37,8 @@ new() method. =item NCF() -Create a new L object, supplying any parameter to -the new() method. +Create a new L object, supplying any parameters +to the new() method. my $colorf = NCF(1.0, 0, 0);