]> git.imager.perl.org - imager.git/commitdiff
Fixed missing word in pod doc, thanks Juerd.
authorArnar Mar Hrafnkelsson <addi@cpan.org>
Fri, 31 May 2002 13:05:05 +0000 (13:05 +0000)
committerArnar Mar Hrafnkelsson <addi@cpan.org>
Fri, 31 May 2002 13:05:05 +0000 (13:05 +0000)
lib/Imager/Font.pm

index fc041f2564c2df4eecd093a14ee8d11213be0746..3100b62f2e59d8b73641d176cb979ebfe8060b51 100644 (file)
@@ -328,7 +328,7 @@ the string method of the Imager class.  <$global_descent> is the how
 far down the lowest letter of the entire font reaches below the
 baseline (this is often j).  C<$pos_width> is how wide the string from
 from the starting position is.  The total width of the string is
-C<$pos_width-$neg_width>.  C<$descent> and C<$ascent> are the as
+C<$pos_width-$neg_width>.  C<$descent> and C<$ascent> are the same as
 <$global_descent> and <$global_ascent> except that they are only for
 the characters that appear in the string.  Obviously we can stuff all
 the results into an array just as well: