Skip to content

Commit

Permalink
fix formatting and spelling to match the rest
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Feb 3, 2011
1 parent 9ea7810 commit d2549cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
10 changes: 7 additions & 3 deletions lib/Imager/Color.pm
Expand Up @@ -675,11 +675,15 @@ set() method.
=head1 METHODS
=head2 hsv
=over
=item hsv()
my($h, $s, $v, $alpha) = $colour->hsv();
my($h, $s, $v, $alpha) = $color->hsv();
Returns the colour as a Hue/Saturation/Value/Alpha tuple.
Returns the color as a Hue/Saturation/Value/Alpha tuple.
=back
=head1 AUTHOR
Expand Down
1 change: 1 addition & 0 deletions t/x20spell.t
Expand Up @@ -47,6 +47,7 @@ unary
renderer
Uncategorized
Blit
tuple
/;

local %Pod::Wordlist::Wordlist = %Pod::Wordlist::Wordlist;
Expand Down

0 comments on commit d2549cc

Please sign in to comment.