]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/commitdiff
POD typo
authorVincent Pit <vince@profvince.com>
Sat, 16 Oct 2010 22:37:55 +0000 (00:37 +0200)
committerVincent Pit <vince@profvince.com>
Sat, 16 Oct 2010 22:37:55 +0000 (00:37 +0200)
lib/LaTeX/TikZ.pm

index 644e0fbe0e6e4f7288962501017f61e983396b64..61dd5749b80dc0c2319d9766b313edc35ca736d6 100644 (file)
@@ -260,7 +260,7 @@ Creates a L<LaTeX::TikZ::Mod::Width> object that sets the line width to C<$line_
 
 =head3 C<< Tikz->color($color) >>
 
 
 =head3 C<< Tikz->color($color) >>
 
-Creates a L<LaTeX::TikZ::Mod::Color>object that sets the line color to C<$color> (given in the C<xcolor> syntax).
+Creates a L<LaTeX::TikZ::Mod::Color> object that sets the line color to C<$color> (given in the C<xcolor> syntax).
 
     # Paint the previous $thick_arrow in red.
     $thick_arrow->mod(Tikz->color('red'));
 
     # Paint the previous $thick_arrow in red.
     $thick_arrow->mod(Tikz->color('red'));