Skip to content

Commit

Permalink
tweak docs to fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Jan 1, 2013
1 parent 5301e7e commit 943a7b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Color-Scheme

1.04 Tue Jan 1 15:14:44 EST 2013
fix some documentation typos (thanks, Xavier Guimard)

1.03 Mon Jun 18 17:56:43 EDT 2012
stop the pod tests from breaking install

Expand Down
6 changes: 3 additions & 3 deletions lib/Color/Scheme.pm
Expand Up @@ -7,7 +7,7 @@ use Carp;
use List::Util qw(min max);
use POSIX qw(floor);

our $VERSION = '1.03';
our $VERSION = '1.04';

=head1 NAME
Expand Down Expand Up @@ -257,7 +257,7 @@ sub from_hue {
=head2 from_hex( color )
Sets the base color to the given color, where C<color> is in the hexidecimal
form RRGGBB. C<color> should not be preceeded with a hash (#).
form RRGGBB. C<color> should not be preceded with a hash (#).
The default base color is the equivalent of #ff0000, or bright red.
Expand Down Expand Up @@ -653,7 +653,7 @@ This Perl module was created by Ian Langworth <ian.langworth@gmail.com>
Copyright (C) 2005 Ian Langworth
This license has been granted explictly by the author of Color Schemes 2. This
This license has been granted explicitly by the author of Color Schemes 2. This
program is free software; you can redistribute it and/or modify it under the
same terms as Perl itself.
Expand Down

0 comments on commit 943a7b4

Please sign in to comment.